@Namespace(value="tensorflow") @NoOffset @Properties(inherit=tensorflow.class) public class CreateSessionRequest extends MessageLite
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
kConfigFieldNumber |
static int |
kGraphDefFieldNumber |
static int |
kIndexInFileMessages |
static int |
kTargetFieldNumber |
kMerge, kMergePartial, kMergePartialWithAliasing, kMergeWithAliasing, kParse, kParsePartial, kParsePartialWithAliasing, kParseWithAliasing| Constructor and Description |
|---|
CreateSessionRequest() |
CreateSessionRequest(CreateSessionRequest from) |
CreateSessionRequest(long size)
Native array allocator.
|
CreateSessionRequest(Pointer p)
Pointer cast constructor.
|
AppendPartialToString, AppendToString, ByteSize, CheckTypeAndMergeFrom, DebugString, GetTypeName, InitializationErrorString, MergeFromBoundedZeroCopyStream, MergeFromCodedStream, MergeFromString, MergeFromString, MergePartialFromBoundedZeroCopyStream, ParseFromArray, ParseFromBoundedZeroCopyStream, ParseFromCodedStream, ParseFromString, ParseFromString, ParseFromZeroCopyStream, ParsePartialFromArray, ParsePartialFromBoundedZeroCopyStream, ParsePartialFromCodedStream, ParsePartialFromString, ParsePartialFromString, ParsePartialFromZeroCopyStream, SerializeAsString, SerializePartialAsString, SerializePartialToArray, SerializePartialToCodedStream, SerializePartialToString, SerializePartialToZeroCopyStream, SerializeToArray, SerializeToCodedStream, SerializeToString, SerializeToZeroCopyStream, SerializeWithCachedSizesToArray, SerializeWithCachedSizesToArray, SerializeWithCachedSizesToArray, ShortDebugStringaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic static final int kIndexInFileMessages
public static final int kTargetFieldNumber
public static final int kGraphDefFieldNumber
public static final int kConfigFieldNumber
public CreateSessionRequest(Pointer p)
Pointer(Pointer).public CreateSessionRequest(long size)
Pointer.position(long).public CreateSessionRequest()
public CreateSessionRequest(@Const @ByRef CreateSessionRequest from)
public CreateSessionRequest position(long position)
public CreateSessionRequest getPointer(long i)
getPointer in class Pointer@ByRef @Name(value="operator =") public CreateSessionRequest put(@Const @ByRef CreateSessionRequest from)
public Arena GetArena()
GetArena in class MessageLitepublic Pointer GetMaybeArenaPointer()
GetMaybeArenaPointer in class MessageLite@Cast(value="const google::protobuf::Descriptor*") public static Pointer GetDescriptor()
@Cast(value="const google::protobuf::Reflection*") public static Pointer GetReflection()
@Const @ByRef public static CreateSessionRequest default_instance()
public static void InitAsDefaultInstance()
@Const public static CreateSessionRequest internal_default_instance()
@MemberGetter public static int kIndexInFileMessages()
public void UnsafeArenaSwap(CreateSessionRequest other)
public void Swap(CreateSessionRequest other)
public CreateSessionRequest New()
New in class MessageLitepublic CreateSessionRequest New(Arena arena)
New in class MessageLitepublic void CopyFrom(@Cast(value="const google::protobuf::Message*") @ByRef MessageLite from)
public void MergeFrom(@Cast(value="const google::protobuf::Message*") @ByRef MessageLite from)
public void CopyFrom(@Const @ByRef CreateSessionRequest from)
public void MergeFrom(@Const @ByRef CreateSessionRequest from)
public void Clear()
Clear in class MessageLite@Cast(value="bool") public boolean IsInitialized()
IsInitialized in class MessageLite@Cast(value="size_t") public long ByteSizeLong()
ByteSizeLong in class MessageLite@Cast(value="bool") public boolean MergePartialFromCodedStream(CodedInputStream input)
MergePartialFromCodedStream in class MessageLitepublic void SerializeWithCachedSizes(CodedOutputStream output)
SerializeWithCachedSizes in class MessageLite@Cast(value="google::protobuf::uint8*") public BytePointer InternalSerializeWithCachedSizesToArray(@Cast(value="google::protobuf::uint8*") BytePointer target)
InternalSerializeWithCachedSizesToArray in class MessageLite@Cast(value="google::protobuf::uint8*") public ByteBuffer InternalSerializeWithCachedSizesToArray(@Cast(value="google::protobuf::uint8*") ByteBuffer target)
InternalSerializeWithCachedSizesToArray in class MessageLite@Cast(value="google::protobuf::uint8*") public byte[] InternalSerializeWithCachedSizesToArray(@Cast(value="google::protobuf::uint8*") byte[] target)
InternalSerializeWithCachedSizesToArray in class MessageLitepublic int GetCachedSize()
GetCachedSize in class MessageLitepublic void clear_target()
@MemberGetter public static int kTargetFieldNumber()
@StdString public BytePointer target()
public void set_target(@StdString BytePointer value)
public void set_target(@StdString String value)
public void set_target(@Cast(value="const char*") BytePointer value, @Cast(value="size_t") long size)
@StdString @Cast(value={"char*","std::string*"}) public BytePointer mutable_target()
@StdString @Cast(value={"char*","std::string*"}) public BytePointer release_target()
public void set_allocated_target(@StdString @Cast(value={"char*","std::string*"}) BytePointer target)
@StdString @Cast(value={"char*","std::string*"}) public BytePointer unsafe_arena_release_target()
public void unsafe_arena_set_allocated_target(@StdString @Cast(value={"char*","std::string*"}) BytePointer target)
public void clear_graph_def()
@MemberGetter public static int kGraphDefFieldNumber()
public GraphDef release_graph_def()
public GraphDef mutable_graph_def()
public void set_allocated_graph_def(GraphDef graph_def)
public void unsafe_arena_set_allocated_graph_def(GraphDef graph_def)
public GraphDef unsafe_arena_release_graph_def()
public void clear_config()
@MemberGetter public static int kConfigFieldNumber()
@Const @ByRef public ConfigProto config()
public ConfigProto release_config()
public ConfigProto mutable_config()
public void set_allocated_config(ConfigProto config)
public void unsafe_arena_set_allocated_config(ConfigProto config)
public ConfigProto unsafe_arena_release_config()
Copyright © 2022. All rights reserved.