@Namespace(value="tensorflow") @NoOffset public static class tensorflow.OpDef extends tensorflow.MessageLite
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
kAllowsUninitializedInputFieldNumber |
static int |
kAttrFieldNumber |
static int |
kDeprecationFieldNumber |
static int |
kDescriptionFieldNumber |
static int |
kIndexInFileMessages |
static int |
kInputArgFieldNumber |
static int |
kIsAggregateFieldNumber |
static int |
kIsCommutativeFieldNumber |
static int |
kIsStatefulFieldNumber |
static int |
kNameFieldNumber |
static int |
kOutputArgFieldNumber |
static int |
kSummaryFieldNumber |
| Constructor and Description |
|---|
OpDef() |
OpDef(long size)
Native array allocator.
|
OpDef(Pointer p)
Pointer cast constructor.
|
OpDef(tensorflow.OpDef 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 kInputArgFieldNumber
public static final int kOutputArgFieldNumber
public static final int kAttrFieldNumber
public static final int kNameFieldNumber
public static final int kSummaryFieldNumber
public static final int kDescriptionFieldNumber
public static final int kDeprecationFieldNumber
public static final int kIsCommutativeFieldNumber
public static final int kIsAggregateFieldNumber
public static final int kIsStatefulFieldNumber
public static final int kAllowsUninitializedInputFieldNumber
public OpDef(Pointer p)
Pointer.Pointer(Pointer).public OpDef(long size)
Pointer.position(long).public OpDef()
public OpDef(@Const @ByRef tensorflow.OpDef from)
public tensorflow.OpDef position(long position)
@ByRef @Name(value="operator =") public tensorflow.OpDef put(@Const @ByRef tensorflow.OpDef from)
public tensorflow.Arena GetArena()
GetArena in class tensorflow.MessageLitepublic Pointer GetMaybeArenaPointer()
GetMaybeArenaPointer in class tensorflow.MessageLite@Const @ByRef public static tensorflow.OpDef default_instance()
public static void InitAsDefaultInstance()
@Const public static tensorflow.OpDef internal_default_instance()
@MemberGetter public static int kIndexInFileMessages()
public void UnsafeArenaSwap(tensorflow.OpDef other)
public void Swap(tensorflow.OpDef other)
public tensorflow.OpDef New()
New in class tensorflow.MessageLitepublic tensorflow.OpDef 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 from)
public void MergeFrom(@Const @ByRef tensorflow.OpDef 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 int input_arg_size()
public void clear_input_arg()
@MemberGetter public static int kInputArgFieldNumber()
public tensorflow.OpDef_ArgDef mutable_input_arg(int index)
@Const @ByRef public tensorflow.OpDef_ArgDef input_arg(int index)
public tensorflow.OpDef_ArgDef add_input_arg()
public int output_arg_size()
public void clear_output_arg()
@MemberGetter public static int kOutputArgFieldNumber()
public tensorflow.OpDef_ArgDef mutable_output_arg(int index)
@Const @ByRef public tensorflow.OpDef_ArgDef output_arg(int index)
public tensorflow.OpDef_ArgDef add_output_arg()
public int attr_size()
public void clear_attr()
@MemberGetter public static int kAttrFieldNumber()
public tensorflow.OpDef_AttrDef mutable_attr(int index)
@Const @ByRef public tensorflow.OpDef_AttrDef attr(int index)
public tensorflow.OpDef_AttrDef add_attr()
public 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_summary()
@MemberGetter public static int kSummaryFieldNumber()
@StdString public BytePointer summary()
public void set_summary(@StdString BytePointer value)
public void set_summary(@StdString String value)
public void set_summary(@Cast(value="const char*") BytePointer value, @Cast(value="size_t") long size)
@StdString @Cast(value={"char*","std::string*"}) public BytePointer mutable_summary()
@StdString @Cast(value={"char*","std::string*"}) public BytePointer release_summary()
public void set_allocated_summary(@StdString @Cast(value={"char*","std::string*"}) BytePointer summary)
@Deprecated @StdString @Cast(value={"char*","std::string*"}) public BytePointer unsafe_arena_release_summary()
@Deprecated public void unsafe_arena_set_allocated_summary(@StdString @Cast(value={"char*","std::string*"}) BytePointer summary)
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_deprecation()
@MemberGetter public static int kDeprecationFieldNumber()
@Const @ByRef public tensorflow.OpDeprecation deprecation()
public tensorflow.OpDeprecation release_deprecation()
public tensorflow.OpDeprecation mutable_deprecation()
public void set_allocated_deprecation(tensorflow.OpDeprecation deprecation)
public void unsafe_arena_set_allocated_deprecation(tensorflow.OpDeprecation deprecation)
public tensorflow.OpDeprecation unsafe_arena_release_deprecation()
public void clear_is_commutative()
@MemberGetter public static int kIsCommutativeFieldNumber()
public void clear_is_aggregate()
@MemberGetter public static int kIsAggregateFieldNumber()
public void clear_is_stateful()
@MemberGetter public static int kIsStatefulFieldNumber()
public void clear_allows_uninitialized_input()
@MemberGetter public static int kAllowsUninitializedInputFieldNumber()
Copyright © 2019. All rights reserved.