public final class NodeExecStats extends org.nd4j.shade.protobuf.GeneratedMessageV3 implements NodeExecStatsOrBuilder
Time/size stats recorded for a single execution of a graph node.Protobuf type
tensorflow.NodeExecStats| Modifier and Type | Class and Description |
|---|---|
static class |
NodeExecStats.Builder
Time/size stats recorded for a single execution of a graph node.
|
org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage>, org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends org.nd4j.shade.protobuf.GeneratedMessageV3.ExtendableMessage>, org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable, org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ALL_END_REL_MICROS_FIELD_NUMBER |
static int |
ALL_START_MICROS_FIELD_NUMBER |
static int |
MEMORY_FIELD_NUMBER |
static int |
MEMORY_STATS_FIELD_NUMBER |
static int |
NODE_NAME_FIELD_NUMBER |
static int |
OP_END_REL_MICROS_FIELD_NUMBER |
static int |
OP_START_REL_MICROS_FIELD_NUMBER |
static int |
OUTPUT_FIELD_NUMBER |
static int |
REFERENCED_TENSOR_FIELD_NUMBER |
static int |
SCHEDULED_MICROS_FIELD_NUMBER |
static int |
THREAD_ID_FIELD_NUMBER |
static int |
TIMELINE_LABEL_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getAllEndRelMicros()
int64 all_end_rel_micros = 5; |
long |
getAllStartMicros()
int64 all_start_micros = 2; |
static NodeExecStats |
getDefaultInstance() |
NodeExecStats |
getDefaultInstanceForType() |
static org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptor() |
AllocatorMemoryUsed |
getMemory(int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
int |
getMemoryCount()
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
List<AllocatorMemoryUsed> |
getMemoryList()
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
AllocatorMemoryUsedOrBuilder |
getMemoryOrBuilder(int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
List<? extends AllocatorMemoryUsedOrBuilder> |
getMemoryOrBuilderList()
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
MemoryStats |
getMemoryStats()
.tensorflow.MemoryStats memory_stats = 12; |
MemoryStatsOrBuilder |
getMemoryStatsOrBuilder()
.tensorflow.MemoryStats memory_stats = 12; |
String |
getNodeName()
TODO(tucker): Use some more compact form of node identity than
the full string name.
|
org.nd4j.shade.protobuf.ByteString |
getNodeNameBytes()
TODO(tucker): Use some more compact form of node identity than
the full string name.
|
long |
getOpEndRelMicros()
int64 op_end_rel_micros = 4; |
long |
getOpStartRelMicros()
int64 op_start_rel_micros = 3; |
NodeOutput |
getOutput(int index)
repeated .tensorflow.NodeOutput output = 7; |
int |
getOutputCount()
repeated .tensorflow.NodeOutput output = 7; |
List<NodeOutput> |
getOutputList()
repeated .tensorflow.NodeOutput output = 7; |
NodeOutputOrBuilder |
getOutputOrBuilder(int index)
repeated .tensorflow.NodeOutput output = 7; |
List<? extends NodeOutputOrBuilder> |
getOutputOrBuilderList()
repeated .tensorflow.NodeOutput output = 7; |
org.nd4j.shade.protobuf.Parser<NodeExecStats> |
getParserForType() |
AllocationDescription |
getReferencedTensor(int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
int |
getReferencedTensorCount()
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
List<AllocationDescription> |
getReferencedTensorList()
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
AllocationDescriptionOrBuilder |
getReferencedTensorOrBuilder(int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
List<? extends AllocationDescriptionOrBuilder> |
getReferencedTensorOrBuilderList()
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
long |
getScheduledMicros()
int64 scheduled_micros = 9; |
int |
getSerializedSize() |
int |
getThreadId()
uint32 thread_id = 10; |
String |
getTimelineLabel()
string timeline_label = 8; |
org.nd4j.shade.protobuf.ByteString |
getTimelineLabelBytes()
string timeline_label = 8; |
org.nd4j.shade.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasMemoryStats()
.tensorflow.MemoryStats memory_stats = 12; |
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static NodeExecStats.Builder |
newBuilder() |
static NodeExecStats.Builder |
newBuilder(NodeExecStats prototype) |
NodeExecStats.Builder |
newBuilderForType() |
protected NodeExecStats.Builder |
newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static NodeExecStats |
parseDelimitedFrom(InputStream input) |
static NodeExecStats |
parseDelimitedFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeExecStats |
parseFrom(byte[] data) |
static NodeExecStats |
parseFrom(byte[] data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeExecStats |
parseFrom(ByteBuffer data) |
static NodeExecStats |
parseFrom(ByteBuffer data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeExecStats |
parseFrom(org.nd4j.shade.protobuf.ByteString data) |
static NodeExecStats |
parseFrom(org.nd4j.shade.protobuf.ByteString data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeExecStats |
parseFrom(org.nd4j.shade.protobuf.CodedInputStream input) |
static NodeExecStats |
parseFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeExecStats |
parseFrom(InputStream input) |
static NodeExecStats |
parseFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static org.nd4j.shade.protobuf.Parser<NodeExecStats> |
parser() |
NodeExecStats.Builder |
toBuilder() |
void |
writeTo(org.nd4j.shade.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NODE_NAME_FIELD_NUMBER
public static final int ALL_START_MICROS_FIELD_NUMBER
public static final int OP_START_REL_MICROS_FIELD_NUMBER
public static final int OP_END_REL_MICROS_FIELD_NUMBER
public static final int ALL_END_REL_MICROS_FIELD_NUMBER
public static final int MEMORY_FIELD_NUMBER
public static final int OUTPUT_FIELD_NUMBER
public static final int TIMELINE_LABEL_FIELD_NUMBER
public static final int SCHEDULED_MICROS_FIELD_NUMBER
public static final int THREAD_ID_FIELD_NUMBER
public static final int REFERENCED_TENSOR_FIELD_NUMBER
public static final int MEMORY_STATS_FIELD_NUMBER
protected Object newInstance(org.nd4j.shade.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class org.nd4j.shade.protobuf.GeneratedMessageV3public final org.nd4j.shade.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface org.nd4j.shade.protobuf.MessageOrBuildergetUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3public String getNodeName()
TODO(tucker): Use some more compact form of node identity than the full string name. Either all processes should agree on a global id (cost_id?) for each node, or we should use a hash of the name.
string node_name = 1;getNodeName in interface NodeExecStatsOrBuilderpublic org.nd4j.shade.protobuf.ByteString getNodeNameBytes()
TODO(tucker): Use some more compact form of node identity than the full string name. Either all processes should agree on a global id (cost_id?) for each node, or we should use a hash of the name.
string node_name = 1;getNodeNameBytes in interface NodeExecStatsOrBuilderpublic long getAllStartMicros()
int64 all_start_micros = 2;getAllStartMicros in interface NodeExecStatsOrBuilderpublic long getOpStartRelMicros()
int64 op_start_rel_micros = 3;getOpStartRelMicros in interface NodeExecStatsOrBuilderpublic long getOpEndRelMicros()
int64 op_end_rel_micros = 4;getOpEndRelMicros in interface NodeExecStatsOrBuilderpublic long getAllEndRelMicros()
int64 all_end_rel_micros = 5;getAllEndRelMicros in interface NodeExecStatsOrBuilderpublic List<AllocatorMemoryUsed> getMemoryList()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;getMemoryList in interface NodeExecStatsOrBuilderpublic List<? extends AllocatorMemoryUsedOrBuilder> getMemoryOrBuilderList()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;getMemoryOrBuilderList in interface NodeExecStatsOrBuilderpublic int getMemoryCount()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;getMemoryCount in interface NodeExecStatsOrBuilderpublic AllocatorMemoryUsed getMemory(int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;getMemory in interface NodeExecStatsOrBuilderpublic AllocatorMemoryUsedOrBuilder getMemoryOrBuilder(int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;getMemoryOrBuilder in interface NodeExecStatsOrBuilderpublic List<NodeOutput> getOutputList()
repeated .tensorflow.NodeOutput output = 7;getOutputList in interface NodeExecStatsOrBuilderpublic List<? extends NodeOutputOrBuilder> getOutputOrBuilderList()
repeated .tensorflow.NodeOutput output = 7;getOutputOrBuilderList in interface NodeExecStatsOrBuilderpublic int getOutputCount()
repeated .tensorflow.NodeOutput output = 7;getOutputCount in interface NodeExecStatsOrBuilderpublic NodeOutput getOutput(int index)
repeated .tensorflow.NodeOutput output = 7;getOutput in interface NodeExecStatsOrBuilderpublic NodeOutputOrBuilder getOutputOrBuilder(int index)
repeated .tensorflow.NodeOutput output = 7;getOutputOrBuilder in interface NodeExecStatsOrBuilderpublic String getTimelineLabel()
string timeline_label = 8;getTimelineLabel in interface NodeExecStatsOrBuilderpublic org.nd4j.shade.protobuf.ByteString getTimelineLabelBytes()
string timeline_label = 8;getTimelineLabelBytes in interface NodeExecStatsOrBuilderpublic long getScheduledMicros()
int64 scheduled_micros = 9;getScheduledMicros in interface NodeExecStatsOrBuilderpublic int getThreadId()
uint32 thread_id = 10;getThreadId in interface NodeExecStatsOrBuilderpublic List<AllocationDescription> getReferencedTensorList()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;getReferencedTensorList in interface NodeExecStatsOrBuilderpublic List<? extends AllocationDescriptionOrBuilder> getReferencedTensorOrBuilderList()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;getReferencedTensorOrBuilderList in interface NodeExecStatsOrBuilderpublic int getReferencedTensorCount()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;getReferencedTensorCount in interface NodeExecStatsOrBuilderpublic AllocationDescription getReferencedTensor(int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;getReferencedTensor in interface NodeExecStatsOrBuilderpublic AllocationDescriptionOrBuilder getReferencedTensorOrBuilder(int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;getReferencedTensorOrBuilder in interface NodeExecStatsOrBuilderpublic boolean hasMemoryStats()
.tensorflow.MemoryStats memory_stats = 12;hasMemoryStats in interface NodeExecStatsOrBuilderpublic MemoryStats getMemoryStats()
.tensorflow.MemoryStats memory_stats = 12;getMemoryStats in interface NodeExecStatsOrBuilderpublic MemoryStatsOrBuilder getMemoryStatsOrBuilder()
.tensorflow.MemoryStats memory_stats = 12;getMemoryStatsOrBuilder in interface NodeExecStatsOrBuilderpublic final boolean isInitialized()
isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilderisInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3public void writeTo(org.nd4j.shade.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface org.nd4j.shade.protobuf.MessageLitewriteTo in class org.nd4j.shade.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface org.nd4j.shade.protobuf.MessageLitegetSerializedSize in class org.nd4j.shade.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface org.nd4j.shade.protobuf.Messageequals in class org.nd4j.shade.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface org.nd4j.shade.protobuf.MessagehashCode in class org.nd4j.shade.protobuf.AbstractMessagepublic static NodeExecStats parseFrom(ByteBuffer data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
org.nd4j.shade.protobuf.InvalidProtocolBufferExceptionpublic static NodeExecStats parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
org.nd4j.shade.protobuf.InvalidProtocolBufferExceptionpublic static NodeExecStats parseFrom(org.nd4j.shade.protobuf.ByteString data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
org.nd4j.shade.protobuf.InvalidProtocolBufferExceptionpublic static NodeExecStats parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
org.nd4j.shade.protobuf.InvalidProtocolBufferExceptionpublic static NodeExecStats parseFrom(byte[] data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
org.nd4j.shade.protobuf.InvalidProtocolBufferExceptionpublic static NodeExecStats parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException
org.nd4j.shade.protobuf.InvalidProtocolBufferExceptionpublic static NodeExecStats parseFrom(InputStream input) throws IOException
IOExceptionpublic static NodeExecStats parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static NodeExecStats parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static NodeExecStats parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static NodeExecStats parseFrom(org.nd4j.shade.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static NodeExecStats parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic NodeExecStats.Builder newBuilderForType()
newBuilderForType in interface org.nd4j.shade.protobuf.MessagenewBuilderForType in interface org.nd4j.shade.protobuf.MessageLitepublic static NodeExecStats.Builder newBuilder()
public static NodeExecStats.Builder newBuilder(NodeExecStats prototype)
public NodeExecStats.Builder toBuilder()
toBuilder in interface org.nd4j.shade.protobuf.MessagetoBuilder in interface org.nd4j.shade.protobuf.MessageLiteprotected NodeExecStats.Builder newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class org.nd4j.shade.protobuf.GeneratedMessageV3public static NodeExecStats getDefaultInstance()
public static org.nd4j.shade.protobuf.Parser<NodeExecStats> parser()
public org.nd4j.shade.protobuf.Parser<NodeExecStats> getParserForType()
getParserForType in interface org.nd4j.shade.protobuf.MessagegetParserForType in interface org.nd4j.shade.protobuf.MessageLitegetParserForType in class org.nd4j.shade.protobuf.GeneratedMessageV3public NodeExecStats getDefaultInstanceForType()
getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilderCopyright © 2021. All rights reserved.