@Namespace(value="tensorflow") @NoOffset public static class tensorflow.ApiDef_Arg extends tensorflow.MessageLite
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
kDescriptionFieldNumber |
static int |
kIndexInFileMessages |
static int |
kNameFieldNumber |
static int |
kRenameToFieldNumber |
| Constructor and Description |
|---|
ApiDef_Arg() |
ApiDef_Arg(long size)
Native array allocator.
|
ApiDef_Arg(Pointer p)
Pointer cast constructor.
|
ApiDef_Arg(tensorflow.ApiDef_Arg from) |
AppendPartialToString, AppendToString, ByteSize, CheckTypeAndMergeFrom, GetTypeName, InitializationErrorString, MergeFromCodedStream, ParseFromArray, ParseFromBoundedZeroCopyStream, ParseFromCodedStream, ParseFromString, ParseFromString, ParseFromZeroCopyStream, ParsePartialFromArray, ParsePartialFromBoundedZeroCopyStream, ParsePartialFromCodedStream, ParsePartialFromString, ParsePartialFromString, ParsePartialFromZeroCopyStream, SerializeAsString, SerializePartialAsString, SerializePartialToArray, SerializePartialToCodedStream, SerializePartialToString, SerializePartialToZeroCopyStream, SerializeToArray, SerializeToCodedStream, SerializeToString, SerializeToZeroCopyStream, SerializeWithCachedSizesToArray, SerializeWithCachedSizesToArray, SerializeWithCachedSizesToArrayaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic static final int kIndexInFileMessages
public static final int kNameFieldNumber
public static final int kRenameToFieldNumber
public static final int kDescriptionFieldNumber
public ApiDef_Arg(Pointer p)
Pointer.Pointer(Pointer).public ApiDef_Arg(long size)
Pointer.position(long).public ApiDef_Arg()
public ApiDef_Arg(@Const @ByRef tensorflow.ApiDef_Arg from)
public tensorflow.ApiDef_Arg position(long position)
@ByRef @Name(value="operator =") public tensorflow.ApiDef_Arg put(@Const @ByRef tensorflow.ApiDef_Arg from)
public tensorflow.Arena GetArena()
GetArena in class tensorflow.MessageLitepublic Pointer GetMaybeArenaPointer()
GetMaybeArenaPointer in class tensorflow.MessageLite@Const @ByRef public static tensorflow.ApiDef_Arg default_instance()
public static void InitAsDefaultInstance()
@Const public static tensorflow.ApiDef_Arg internal_default_instance()
@MemberGetter public static int kIndexInFileMessages()
public void UnsafeArenaSwap(tensorflow.ApiDef_Arg other)
public void Swap(tensorflow.ApiDef_Arg other)
public tensorflow.ApiDef_Arg New()
New in class tensorflow.MessageLitepublic tensorflow.ApiDef_Arg New(tensorflow.Arena arena)
New in class tensorflow.MessageLitepublic void CopyFrom(@Cast(value="const google::protobuf::Message*") @ByRef tensorflow.MessageLite from)
public void MergeFrom(@Cast(value="const google::protobuf::Message*") @ByRef tensorflow.MessageLite from)
public void CopyFrom(@Const @ByRef tensorflow.ApiDef_Arg from)
public void MergeFrom(@Const @ByRef tensorflow.ApiDef_Arg from)
public void Clear()
Clear in class tensorflow.MessageLite@Cast(value="bool") public boolean IsInitialized()
IsInitialized in class tensorflow.MessageLite@Cast(value="size_t") public long ByteSizeLong()
ByteSizeLong in class tensorflow.MessageLite@Cast(value="bool") public boolean MergePartialFromCodedStream(tensorflow.CodedInputStream input)
MergePartialFromCodedStream in class tensorflow.MessageLitepublic void SerializeWithCachedSizes(tensorflow.CodedOutputStream output)
SerializeWithCachedSizes in class tensorflow.MessageLite@Cast(value="google::protobuf::uint8*") public BytePointer InternalSerializeWithCachedSizesToArray(@Cast(value="bool") boolean deterministic, @Cast(value="google::protobuf::uint8*") BytePointer target)
InternalSerializeWithCachedSizesToArray in class tensorflow.MessageLite@Cast(value="google::protobuf::uint8*") public ByteBuffer InternalSerializeWithCachedSizesToArray(@Cast(value="bool") boolean deterministic, @Cast(value="google::protobuf::uint8*") ByteBuffer target)
InternalSerializeWithCachedSizesToArray in class tensorflow.MessageLite@Cast(value="google::protobuf::uint8*") public byte[] InternalSerializeWithCachedSizesToArray(@Cast(value="bool") boolean deterministic, @Cast(value="google::protobuf::uint8*") byte[] target)
InternalSerializeWithCachedSizesToArray in class tensorflow.MessageLitepublic int GetCachedSize()
GetCachedSize in class tensorflow.MessageLitepublic void clear_name()
@MemberGetter public static int kNameFieldNumber()
@StdString public BytePointer name()
public void set_name(@StdString BytePointer value)
public void set_name(@StdString String value)
public void set_name(@Cast(value="const char*") BytePointer value, @Cast(value="size_t") long size)
@StdString @Cast(value={"char*","std::string*"}) public BytePointer mutable_name()
@StdString @Cast(value={"char*","std::string*"}) public BytePointer release_name()
public void set_allocated_name(@StdString @Cast(value={"char*","std::string*"}) BytePointer name)
@Deprecated @StdString @Cast(value={"char*","std::string*"}) public BytePointer unsafe_arena_release_name()
@Deprecated public void unsafe_arena_set_allocated_name(@StdString @Cast(value={"char*","std::string*"}) BytePointer name)
public void clear_rename_to()
@MemberGetter public static int kRenameToFieldNumber()
@StdString public BytePointer rename_to()
public void set_rename_to(@StdString BytePointer value)
public void set_rename_to(@StdString String value)
public void set_rename_to(@Cast(value="const char*") BytePointer value, @Cast(value="size_t") long size)
@StdString @Cast(value={"char*","std::string*"}) public BytePointer mutable_rename_to()
@StdString @Cast(value={"char*","std::string*"}) public BytePointer release_rename_to()
public void set_allocated_rename_to(@StdString @Cast(value={"char*","std::string*"}) BytePointer rename_to)
@Deprecated @StdString @Cast(value={"char*","std::string*"}) public BytePointer unsafe_arena_release_rename_to()
@Deprecated public void unsafe_arena_set_allocated_rename_to(@StdString @Cast(value={"char*","std::string*"}) BytePointer rename_to)
public void clear_description()
@MemberGetter public static int kDescriptionFieldNumber()
@StdString public BytePointer description()
public void set_description(@StdString BytePointer value)
public void set_description(@StdString String value)
public void set_description(@Cast(value="const char*") BytePointer value, @Cast(value="size_t") long size)
@StdString @Cast(value={"char*","std::string*"}) public BytePointer mutable_description()
@StdString @Cast(value={"char*","std::string*"}) public BytePointer release_description()
public void set_allocated_description(@StdString @Cast(value={"char*","std::string*"}) BytePointer description)
@Deprecated @StdString @Cast(value={"char*","std::string*"}) public BytePointer unsafe_arena_release_description()
@Deprecated public void unsafe_arena_set_allocated_description(@StdString @Cast(value={"char*","std::string*"}) BytePointer description)
Copyright © 2019. All rights reserved.