@Namespace(value="tensorflow") @NoOffset public static class tensorflow.OpDef_ArgDef extends tensorflow.MessageLite
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
kDescriptionFieldNumber |
static int |
kIndexInFileMessages |
static int |
kIsRefFieldNumber |
static int |
kNameFieldNumber |
static int |
kNumberAttrFieldNumber |
static int |
kTypeAttrFieldNumber |
static int |
kTypeFieldNumber |
static int |
kTypeListAttrFieldNumber |
| Constructor and Description |
|---|
OpDef_ArgDef() |
OpDef_ArgDef(long size)
Native array allocator.
|
OpDef_ArgDef(Pointer p)
Pointer cast constructor.
|
OpDef_ArgDef(tensorflow.OpDef_ArgDef 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 kDescriptionFieldNumber
public static final int kTypeAttrFieldNumber
public static final int kNumberAttrFieldNumber
public static final int kTypeListAttrFieldNumber
public static final int kTypeFieldNumber
public static final int kIsRefFieldNumber
public OpDef_ArgDef(Pointer p)
Pointer.Pointer(Pointer).public OpDef_ArgDef(long size)
Pointer.position(long).public OpDef_ArgDef()
public OpDef_ArgDef(@Const @ByRef tensorflow.OpDef_ArgDef from)
public tensorflow.OpDef_ArgDef position(long position)
@ByRef @Name(value="operator =") public tensorflow.OpDef_ArgDef put(@Const @ByRef tensorflow.OpDef_ArgDef from)
public tensorflow.Arena GetArena()
GetArena in class tensorflow.MessageLitepublic Pointer GetMaybeArenaPointer()
GetMaybeArenaPointer in class tensorflow.MessageLite@Const @ByRef public static tensorflow.OpDef_ArgDef default_instance()
public static void InitAsDefaultInstance()
@Const public static tensorflow.OpDef_ArgDef internal_default_instance()
@MemberGetter public static int kIndexInFileMessages()
public void UnsafeArenaSwap(tensorflow.OpDef_ArgDef other)
public void Swap(tensorflow.OpDef_ArgDef other)
public tensorflow.OpDef_ArgDef New()
New in class tensorflow.MessageLitepublic tensorflow.OpDef_ArgDef 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.OpDef_ArgDef from)
public void MergeFrom(@Const @ByRef tensorflow.OpDef_ArgDef 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_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)
public void clear_type_attr()
@MemberGetter public static int kTypeAttrFieldNumber()
@StdString public BytePointer type_attr()
public void set_type_attr(@StdString BytePointer value)
public void set_type_attr(@StdString String value)
public void set_type_attr(@Cast(value="const char*") BytePointer value, @Cast(value="size_t") long size)
@StdString @Cast(value={"char*","std::string*"}) public BytePointer mutable_type_attr()
@StdString @Cast(value={"char*","std::string*"}) public BytePointer release_type_attr()
public void set_allocated_type_attr(@StdString @Cast(value={"char*","std::string*"}) BytePointer type_attr)
@Deprecated @StdString @Cast(value={"char*","std::string*"}) public BytePointer unsafe_arena_release_type_attr()
@Deprecated public void unsafe_arena_set_allocated_type_attr(@StdString @Cast(value={"char*","std::string*"}) BytePointer type_attr)
public void clear_number_attr()
@MemberGetter public static int kNumberAttrFieldNumber()
@StdString public BytePointer number_attr()
public void set_number_attr(@StdString BytePointer value)
public void set_number_attr(@StdString String value)
public void set_number_attr(@Cast(value="const char*") BytePointer value, @Cast(value="size_t") long size)
@StdString @Cast(value={"char*","std::string*"}) public BytePointer mutable_number_attr()
@StdString @Cast(value={"char*","std::string*"}) public BytePointer release_number_attr()
public void set_allocated_number_attr(@StdString @Cast(value={"char*","std::string*"}) BytePointer number_attr)
@Deprecated @StdString @Cast(value={"char*","std::string*"}) public BytePointer unsafe_arena_release_number_attr()
@Deprecated public void unsafe_arena_set_allocated_number_attr(@StdString @Cast(value={"char*","std::string*"}) BytePointer number_attr)
public void clear_type_list_attr()
@MemberGetter public static int kTypeListAttrFieldNumber()
@StdString public BytePointer type_list_attr()
public void set_type_list_attr(@StdString BytePointer value)
public void set_type_list_attr(@StdString String value)
public void set_type_list_attr(@Cast(value="const char*") BytePointer value, @Cast(value="size_t") long size)
@StdString @Cast(value={"char*","std::string*"}) public BytePointer mutable_type_list_attr()
@StdString @Cast(value={"char*","std::string*"}) public BytePointer release_type_list_attr()
public void set_allocated_type_list_attr(@StdString @Cast(value={"char*","std::string*"}) BytePointer type_list_attr)
@Deprecated @StdString @Cast(value={"char*","std::string*"}) public BytePointer unsafe_arena_release_type_list_attr()
@Deprecated public void unsafe_arena_set_allocated_type_list_attr(@StdString @Cast(value={"char*","std::string*"}) BytePointer type_list_attr)
public void clear_type()
@MemberGetter public static int kTypeFieldNumber()
public void clear_is_ref()
@MemberGetter public static int kIsRefFieldNumber()
Copyright © 2019. All rights reserved.