@Namespace(value="tensorflow") @NoOffset public static class tensorflow.RunMetadata extends tensorflow.MessageLite
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
kCostGraphFieldNumber |
static int |
kIndexInFileMessages |
static int |
kPartitionGraphsFieldNumber |
static int |
kStepStatsFieldNumber |
| Constructor and Description |
|---|
RunMetadata() |
RunMetadata(long size)
Native array allocator.
|
RunMetadata(Pointer p)
Pointer cast constructor.
|
RunMetadata(tensorflow.RunMetadata 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 kPartitionGraphsFieldNumber
public static final int kStepStatsFieldNumber
public static final int kCostGraphFieldNumber
public RunMetadata(Pointer p)
Pointer.Pointer(Pointer).public RunMetadata(long size)
Pointer.position(long).public RunMetadata()
public RunMetadata(@Const @ByRef tensorflow.RunMetadata from)
public tensorflow.RunMetadata position(long position)
@ByRef @Name(value="operator =") public tensorflow.RunMetadata put(@Const @ByRef tensorflow.RunMetadata from)
public tensorflow.Arena GetArena()
GetArena in class tensorflow.MessageLitepublic Pointer GetMaybeArenaPointer()
GetMaybeArenaPointer in class tensorflow.MessageLite@Const @ByRef public static tensorflow.RunMetadata default_instance()
public static void InitAsDefaultInstance()
@Const public static tensorflow.RunMetadata internal_default_instance()
@MemberGetter public static int kIndexInFileMessages()
public void UnsafeArenaSwap(tensorflow.RunMetadata other)
public void Swap(tensorflow.RunMetadata other)
public tensorflow.RunMetadata New()
New in class tensorflow.MessageLitepublic tensorflow.RunMetadata 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.RunMetadata from)
public void MergeFrom(@Const @ByRef tensorflow.RunMetadata 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 partition_graphs_size()
public void clear_partition_graphs()
@MemberGetter public static int kPartitionGraphsFieldNumber()
public tensorflow.GraphDef mutable_partition_graphs(int index)
@Const @ByRef public tensorflow.GraphDef partition_graphs(int index)
public tensorflow.GraphDef add_partition_graphs()
public void clear_step_stats()
@MemberGetter public static int kStepStatsFieldNumber()
@Const @ByRef public tensorflow.StepStats step_stats()
public tensorflow.StepStats release_step_stats()
public tensorflow.StepStats mutable_step_stats()
public void set_allocated_step_stats(tensorflow.StepStats step_stats)
public void unsafe_arena_set_allocated_step_stats(tensorflow.StepStats step_stats)
public tensorflow.StepStats unsafe_arena_release_step_stats()
public void clear_cost_graph()
@MemberGetter public static int kCostGraphFieldNumber()
@Const @ByRef public tensorflow.CostGraphDef cost_graph()
public tensorflow.CostGraphDef release_cost_graph()
public tensorflow.CostGraphDef mutable_cost_graph()
public void set_allocated_cost_graph(tensorflow.CostGraphDef cost_graph)
public void unsafe_arena_set_allocated_cost_graph(tensorflow.CostGraphDef cost_graph)
public tensorflow.CostGraphDef unsafe_arena_release_cost_graph()
Copyright © 2019. All rights reserved.