public final class NodeExecStats extends com.google.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.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 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 com.google.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.
|
com.google.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; |
com.google.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; |
com.google.protobuf.ByteString |
getTimelineLabelBytes()
string timeline_label = 8; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasMemoryStats()
.tensorflow.MemoryStats memory_stats = 12; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static NodeExecStats.Builder |
newBuilder() |
static NodeExecStats.Builder |
newBuilder(NodeExecStats prototype) |
NodeExecStats.Builder |
newBuilderForType() |
protected NodeExecStats.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static NodeExecStats |
parseDelimitedFrom(InputStream input) |
static NodeExecStats |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeExecStats |
parseFrom(byte[] data) |
static NodeExecStats |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeExecStats |
parseFrom(com.google.protobuf.ByteString data) |
static NodeExecStats |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeExecStats |
parseFrom(com.google.protobuf.CodedInputStream input) |
static NodeExecStats |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeExecStats |
parseFrom(InputStream input) |
static NodeExecStats |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<NodeExecStats> |
parser() |
NodeExecStats.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, 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
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.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 com.google.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 com.google.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 com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static NodeExecStats parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NodeExecStats parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NodeExecStats parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NodeExecStats parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NodeExecStats parseFrom(InputStream input) throws IOException
IOExceptionpublic static NodeExecStats parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static NodeExecStats parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static NodeExecStats parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static NodeExecStats parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static NodeExecStats parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic NodeExecStats.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static NodeExecStats.Builder newBuilder()
public static NodeExecStats.Builder newBuilder(NodeExecStats prototype)
public NodeExecStats.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected NodeExecStats.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static NodeExecStats getDefaultInstance()
public static com.google.protobuf.Parser<NodeExecStats> parser()
public com.google.protobuf.Parser<NodeExecStats> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public NodeExecStats getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2015–2017. All rights reserved.