@Namespace(value="tensorflow") @NoOffset public static class tensorflow.FunctionDef extends tensorflow.MessageLite
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
kAttrFieldNumber |
static int |
kIndexInFileMessages |
static int |
kNodeDefFieldNumber |
static int |
kRetFieldNumber |
static int |
kSignatureFieldNumber |
| Constructor and Description |
|---|
FunctionDef() |
FunctionDef(long size)
Native array allocator.
|
FunctionDef(Pointer p)
Pointer cast constructor.
|
FunctionDef(tensorflow.FunctionDef 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 kNodeDefFieldNumber
public static final int kRetFieldNumber
public static final int kAttrFieldNumber
public static final int kSignatureFieldNumber
public FunctionDef(Pointer p)
Pointer.Pointer(Pointer).public FunctionDef(long size)
Pointer.position(long).public FunctionDef()
public FunctionDef(@Const @ByRef tensorflow.FunctionDef from)
public tensorflow.FunctionDef position(long position)
@ByRef @Name(value="operator =") public tensorflow.FunctionDef put(@Const @ByRef tensorflow.FunctionDef from)
public tensorflow.Arena GetArena()
GetArena in class tensorflow.MessageLitepublic Pointer GetMaybeArenaPointer()
GetMaybeArenaPointer in class tensorflow.MessageLite@Const @ByRef public static tensorflow.FunctionDef default_instance()
public static void InitAsDefaultInstance()
@Const public static tensorflow.FunctionDef internal_default_instance()
@MemberGetter public static int kIndexInFileMessages()
public void UnsafeArenaSwap(tensorflow.FunctionDef other)
public void Swap(tensorflow.FunctionDef other)
public tensorflow.FunctionDef New()
New in class tensorflow.MessageLitepublic tensorflow.FunctionDef 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.FunctionDef from)
public void MergeFrom(@Const @ByRef tensorflow.FunctionDef 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 node_def_size()
public void clear_node_def()
@MemberGetter public static int kNodeDefFieldNumber()
public tensorflow.NodeDef mutable_node_def(int index)
@Const @ByRef public tensorflow.NodeDef node_def(int index)
public tensorflow.NodeDef add_node_def()
public int ret_size()
public void clear_ret()
@MemberGetter public static int kRetFieldNumber()
@Const @ByRef public tensorflow.StringStringMap ret()
public tensorflow.StringStringMap mutable_ret()
public int attr_size()
public void clear_attr()
@MemberGetter public static int kAttrFieldNumber()
@Const @ByRef public tensorflow.StringAttrValueMap attr()
public tensorflow.StringAttrValueMap mutable_attr()
public void clear_signature()
@MemberGetter public static int kSignatureFieldNumber()
@Const @ByRef public tensorflow.OpDef signature()
public tensorflow.OpDef release_signature()
public tensorflow.OpDef mutable_signature()
public void set_allocated_signature(tensorflow.OpDef signature)
public void unsafe_arena_set_allocated_signature(tensorflow.OpDef signature)
public tensorflow.OpDef unsafe_arena_release_signature()
Copyright © 2019. All rights reserved.