public static final class NodeExecStats.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder> implements NodeExecStatsOrBuilder
Time/size stats recorded for a single execution of a graph node.Protobuf type
tensorflow.NodeExecStats| Modifier and Type | Method and Description |
|---|---|
NodeExecStats.Builder |
addAllMemory(java.lang.Iterable<? extends AllocatorMemoryUsed> values)
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
NodeExecStats.Builder |
addAllOutput(java.lang.Iterable<? extends NodeOutput> values)
repeated .tensorflow.NodeOutput output = 7; |
NodeExecStats.Builder |
addAllReferencedTensor(java.lang.Iterable<? extends AllocationDescription> values)
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
NodeExecStats.Builder |
addMemory(AllocatorMemoryUsed.Builder builderForValue)
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
NodeExecStats.Builder |
addMemory(AllocatorMemoryUsed value)
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
NodeExecStats.Builder |
addMemory(int index,
AllocatorMemoryUsed.Builder builderForValue)
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
NodeExecStats.Builder |
addMemory(int index,
AllocatorMemoryUsed value)
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
AllocatorMemoryUsed.Builder |
addMemoryBuilder()
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
AllocatorMemoryUsed.Builder |
addMemoryBuilder(int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
NodeExecStats.Builder |
addOutput(int index,
NodeOutput.Builder builderForValue)
repeated .tensorflow.NodeOutput output = 7; |
NodeExecStats.Builder |
addOutput(int index,
NodeOutput value)
repeated .tensorflow.NodeOutput output = 7; |
NodeExecStats.Builder |
addOutput(NodeOutput.Builder builderForValue)
repeated .tensorflow.NodeOutput output = 7; |
NodeExecStats.Builder |
addOutput(NodeOutput value)
repeated .tensorflow.NodeOutput output = 7; |
NodeOutput.Builder |
addOutputBuilder()
repeated .tensorflow.NodeOutput output = 7; |
NodeOutput.Builder |
addOutputBuilder(int index)
repeated .tensorflow.NodeOutput output = 7; |
NodeExecStats.Builder |
addReferencedTensor(AllocationDescription.Builder builderForValue)
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
NodeExecStats.Builder |
addReferencedTensor(AllocationDescription value)
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
NodeExecStats.Builder |
addReferencedTensor(int index,
AllocationDescription.Builder builderForValue)
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
NodeExecStats.Builder |
addReferencedTensor(int index,
AllocationDescription value)
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
AllocationDescription.Builder |
addReferencedTensorBuilder()
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
AllocationDescription.Builder |
addReferencedTensorBuilder(int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
NodeExecStats.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
NodeExecStats |
build() |
NodeExecStats |
buildPartial() |
NodeExecStats.Builder |
clear() |
NodeExecStats.Builder |
clearAllEndRelMicros()
int64 all_end_rel_micros = 5; |
NodeExecStats.Builder |
clearAllEndRelNanos()
int64 all_end_rel_nanos = 16; |
NodeExecStats.Builder |
clearAllStartMicros()
int64 all_start_micros = 2; |
NodeExecStats.Builder |
clearAllStartNanos()
int64 all_start_nanos = 13; |
NodeExecStats.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
NodeExecStats.Builder |
clearMemory()
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
NodeExecStats.Builder |
clearMemoryStats()
.tensorflow.MemoryStats memory_stats = 12; |
NodeExecStats.Builder |
clearNodeName()
TODO(tucker): Use some more compact form of node identity than
the full string name.
|
NodeExecStats.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
NodeExecStats.Builder |
clearOpEndRelMicros()
int64 op_end_rel_micros = 4; |
NodeExecStats.Builder |
clearOpEndRelNanos()
int64 op_end_rel_nanos = 15; |
NodeExecStats.Builder |
clearOpStartRelMicros()
int64 op_start_rel_micros = 3; |
NodeExecStats.Builder |
clearOpStartRelNanos()
int64 op_start_rel_nanos = 14; |
NodeExecStats.Builder |
clearOutput()
repeated .tensorflow.NodeOutput output = 7; |
NodeExecStats.Builder |
clearReferencedTensor()
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
NodeExecStats.Builder |
clearScheduledMicros()
int64 scheduled_micros = 9; |
NodeExecStats.Builder |
clearScheduledNanos()
int64 scheduled_nanos = 17; |
NodeExecStats.Builder |
clearThreadId()
uint32 thread_id = 10; |
NodeExecStats.Builder |
clearTimelineLabel()
string timeline_label = 8; |
NodeExecStats.Builder |
clone() |
long |
getAllEndRelMicros()
int64 all_end_rel_micros = 5; |
long |
getAllEndRelNanos()
int64 all_end_rel_nanos = 16; |
long |
getAllStartMicros()
int64 all_start_micros = 2; |
long |
getAllStartNanos()
int64 all_start_nanos = 13; |
NodeExecStats |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
AllocatorMemoryUsed |
getMemory(int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
AllocatorMemoryUsed.Builder |
getMemoryBuilder(int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
java.util.List<AllocatorMemoryUsed.Builder> |
getMemoryBuilderList()
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
int |
getMemoryCount()
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
java.util.List<AllocatorMemoryUsed> |
getMemoryList()
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
AllocatorMemoryUsedOrBuilder |
getMemoryOrBuilder(int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
java.util.List<? extends AllocatorMemoryUsedOrBuilder> |
getMemoryOrBuilderList()
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
MemoryStats |
getMemoryStats()
.tensorflow.MemoryStats memory_stats = 12; |
MemoryStats.Builder |
getMemoryStatsBuilder()
.tensorflow.MemoryStats memory_stats = 12; |
MemoryStatsOrBuilder |
getMemoryStatsOrBuilder()
.tensorflow.MemoryStats memory_stats = 12; |
java.lang.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 |
getOpEndRelNanos()
int64 op_end_rel_nanos = 15; |
long |
getOpStartRelMicros()
int64 op_start_rel_micros = 3; |
long |
getOpStartRelNanos()
int64 op_start_rel_nanos = 14; |
NodeOutput |
getOutput(int index)
repeated .tensorflow.NodeOutput output = 7; |
NodeOutput.Builder |
getOutputBuilder(int index)
repeated .tensorflow.NodeOutput output = 7; |
java.util.List<NodeOutput.Builder> |
getOutputBuilderList()
repeated .tensorflow.NodeOutput output = 7; |
int |
getOutputCount()
repeated .tensorflow.NodeOutput output = 7; |
java.util.List<NodeOutput> |
getOutputList()
repeated .tensorflow.NodeOutput output = 7; |
NodeOutputOrBuilder |
getOutputOrBuilder(int index)
repeated .tensorflow.NodeOutput output = 7; |
java.util.List<? extends NodeOutputOrBuilder> |
getOutputOrBuilderList()
repeated .tensorflow.NodeOutput output = 7; |
AllocationDescription |
getReferencedTensor(int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
AllocationDescription.Builder |
getReferencedTensorBuilder(int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
java.util.List<AllocationDescription.Builder> |
getReferencedTensorBuilderList()
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
int |
getReferencedTensorCount()
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
java.util.List<AllocationDescription> |
getReferencedTensorList()
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
AllocationDescriptionOrBuilder |
getReferencedTensorOrBuilder(int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
java.util.List<? extends AllocationDescriptionOrBuilder> |
getReferencedTensorOrBuilderList()
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
long |
getScheduledMicros()
int64 scheduled_micros = 9; |
long |
getScheduledNanos()
int64 scheduled_nanos = 17; |
int |
getThreadId()
uint32 thread_id = 10; |
java.lang.String |
getTimelineLabel()
string timeline_label = 8; |
com.google.protobuf.ByteString |
getTimelineLabelBytes()
string timeline_label = 8; |
boolean |
hasMemoryStats()
.tensorflow.MemoryStats memory_stats = 12; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
NodeExecStats.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NodeExecStats.Builder |
mergeFrom(com.google.protobuf.Message other) |
NodeExecStats.Builder |
mergeFrom(NodeExecStats other) |
NodeExecStats.Builder |
mergeMemoryStats(MemoryStats value)
.tensorflow.MemoryStats memory_stats = 12; |
NodeExecStats.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
NodeExecStats.Builder |
removeMemory(int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
NodeExecStats.Builder |
removeOutput(int index)
repeated .tensorflow.NodeOutput output = 7; |
NodeExecStats.Builder |
removeReferencedTensor(int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
NodeExecStats.Builder |
setAllEndRelMicros(long value)
int64 all_end_rel_micros = 5; |
NodeExecStats.Builder |
setAllEndRelNanos(long value)
int64 all_end_rel_nanos = 16; |
NodeExecStats.Builder |
setAllStartMicros(long value)
int64 all_start_micros = 2; |
NodeExecStats.Builder |
setAllStartNanos(long value)
int64 all_start_nanos = 13; |
NodeExecStats.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
NodeExecStats.Builder |
setMemory(int index,
AllocatorMemoryUsed.Builder builderForValue)
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
NodeExecStats.Builder |
setMemory(int index,
AllocatorMemoryUsed value)
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
NodeExecStats.Builder |
setMemoryStats(MemoryStats.Builder builderForValue)
.tensorflow.MemoryStats memory_stats = 12; |
NodeExecStats.Builder |
setMemoryStats(MemoryStats value)
.tensorflow.MemoryStats memory_stats = 12; |
NodeExecStats.Builder |
setNodeName(java.lang.String value)
TODO(tucker): Use some more compact form of node identity than
the full string name.
|
NodeExecStats.Builder |
setNodeNameBytes(com.google.protobuf.ByteString value)
TODO(tucker): Use some more compact form of node identity than
the full string name.
|
NodeExecStats.Builder |
setOpEndRelMicros(long value)
int64 op_end_rel_micros = 4; |
NodeExecStats.Builder |
setOpEndRelNanos(long value)
int64 op_end_rel_nanos = 15; |
NodeExecStats.Builder |
setOpStartRelMicros(long value)
int64 op_start_rel_micros = 3; |
NodeExecStats.Builder |
setOpStartRelNanos(long value)
int64 op_start_rel_nanos = 14; |
NodeExecStats.Builder |
setOutput(int index,
NodeOutput.Builder builderForValue)
repeated .tensorflow.NodeOutput output = 7; |
NodeExecStats.Builder |
setOutput(int index,
NodeOutput value)
repeated .tensorflow.NodeOutput output = 7; |
NodeExecStats.Builder |
setReferencedTensor(int index,
AllocationDescription.Builder builderForValue)
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
NodeExecStats.Builder |
setReferencedTensor(int index,
AllocationDescription value)
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
NodeExecStats.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
NodeExecStats.Builder |
setScheduledMicros(long value)
int64 scheduled_micros = 9; |
NodeExecStats.Builder |
setScheduledNanos(long value)
int64 scheduled_nanos = 17; |
NodeExecStats.Builder |
setThreadId(int value)
uint32 thread_id = 10; |
NodeExecStats.Builder |
setTimelineLabel(java.lang.String value)
string timeline_label = 8; |
NodeExecStats.Builder |
setTimelineLabelBytes(com.google.protobuf.ByteString value)
string timeline_label = 8; |
NodeExecStats.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>public NodeExecStats.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>public NodeExecStats getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic NodeExecStats build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic NodeExecStats buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic NodeExecStats.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>public NodeExecStats.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>public NodeExecStats.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>public NodeExecStats.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>public NodeExecStats.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>public NodeExecStats.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>public NodeExecStats.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<NodeExecStats.Builder>public NodeExecStats.Builder mergeFrom(NodeExecStats other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>public NodeExecStats.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<NodeExecStats.Builder>java.io.IOExceptionpublic java.lang.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 NodeExecStats.Builder setNodeName(java.lang.String value)
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;value - The nodeName to set.public NodeExecStats.Builder clearNodeName()
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;public NodeExecStats.Builder setNodeNameBytes(com.google.protobuf.ByteString value)
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;value - The bytes for nodeName to set.public long getAllStartMicros()
int64 all_start_micros = 2;getAllStartMicros in interface NodeExecStatsOrBuilderpublic NodeExecStats.Builder setAllStartMicros(long value)
int64 all_start_micros = 2;value - The allStartMicros to set.public NodeExecStats.Builder clearAllStartMicros()
int64 all_start_micros = 2;public long getOpStartRelMicros()
int64 op_start_rel_micros = 3;getOpStartRelMicros in interface NodeExecStatsOrBuilderpublic NodeExecStats.Builder setOpStartRelMicros(long value)
int64 op_start_rel_micros = 3;value - The opStartRelMicros to set.public NodeExecStats.Builder clearOpStartRelMicros()
int64 op_start_rel_micros = 3;public long getOpEndRelMicros()
int64 op_end_rel_micros = 4;getOpEndRelMicros in interface NodeExecStatsOrBuilderpublic NodeExecStats.Builder setOpEndRelMicros(long value)
int64 op_end_rel_micros = 4;value - The opEndRelMicros to set.public NodeExecStats.Builder clearOpEndRelMicros()
int64 op_end_rel_micros = 4;public long getAllEndRelMicros()
int64 all_end_rel_micros = 5;getAllEndRelMicros in interface NodeExecStatsOrBuilderpublic NodeExecStats.Builder setAllEndRelMicros(long value)
int64 all_end_rel_micros = 5;value - The allEndRelMicros to set.public NodeExecStats.Builder clearAllEndRelMicros()
int64 all_end_rel_micros = 5;public java.util.List<AllocatorMemoryUsed> getMemoryList()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;getMemoryList 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 NodeExecStats.Builder setMemory(int index, AllocatorMemoryUsed value)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;public NodeExecStats.Builder setMemory(int index, AllocatorMemoryUsed.Builder builderForValue)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;public NodeExecStats.Builder addMemory(AllocatorMemoryUsed value)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;public NodeExecStats.Builder addMemory(int index, AllocatorMemoryUsed value)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;public NodeExecStats.Builder addMemory(AllocatorMemoryUsed.Builder builderForValue)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;public NodeExecStats.Builder addMemory(int index, AllocatorMemoryUsed.Builder builderForValue)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;public NodeExecStats.Builder addAllMemory(java.lang.Iterable<? extends AllocatorMemoryUsed> values)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;public NodeExecStats.Builder clearMemory()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;public NodeExecStats.Builder removeMemory(int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;public AllocatorMemoryUsed.Builder getMemoryBuilder(int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;public AllocatorMemoryUsedOrBuilder getMemoryOrBuilder(int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;getMemoryOrBuilder in interface NodeExecStatsOrBuilderpublic java.util.List<? extends AllocatorMemoryUsedOrBuilder> getMemoryOrBuilderList()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;getMemoryOrBuilderList in interface NodeExecStatsOrBuilderpublic AllocatorMemoryUsed.Builder addMemoryBuilder()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;public AllocatorMemoryUsed.Builder addMemoryBuilder(int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6;public java.util.List<AllocatorMemoryUsed.Builder> getMemoryBuilderList()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;public java.util.List<NodeOutput> getOutputList()
repeated .tensorflow.NodeOutput output = 7;getOutputList 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 NodeExecStats.Builder setOutput(int index, NodeOutput value)
repeated .tensorflow.NodeOutput output = 7;public NodeExecStats.Builder setOutput(int index, NodeOutput.Builder builderForValue)
repeated .tensorflow.NodeOutput output = 7;public NodeExecStats.Builder addOutput(NodeOutput value)
repeated .tensorflow.NodeOutput output = 7;public NodeExecStats.Builder addOutput(int index, NodeOutput value)
repeated .tensorflow.NodeOutput output = 7;public NodeExecStats.Builder addOutput(NodeOutput.Builder builderForValue)
repeated .tensorflow.NodeOutput output = 7;public NodeExecStats.Builder addOutput(int index, NodeOutput.Builder builderForValue)
repeated .tensorflow.NodeOutput output = 7;public NodeExecStats.Builder addAllOutput(java.lang.Iterable<? extends NodeOutput> values)
repeated .tensorflow.NodeOutput output = 7;public NodeExecStats.Builder clearOutput()
repeated .tensorflow.NodeOutput output = 7;public NodeExecStats.Builder removeOutput(int index)
repeated .tensorflow.NodeOutput output = 7;public NodeOutput.Builder getOutputBuilder(int index)
repeated .tensorflow.NodeOutput output = 7;public NodeOutputOrBuilder getOutputOrBuilder(int index)
repeated .tensorflow.NodeOutput output = 7;getOutputOrBuilder in interface NodeExecStatsOrBuilderpublic java.util.List<? extends NodeOutputOrBuilder> getOutputOrBuilderList()
repeated .tensorflow.NodeOutput output = 7;getOutputOrBuilderList in interface NodeExecStatsOrBuilderpublic NodeOutput.Builder addOutputBuilder()
repeated .tensorflow.NodeOutput output = 7;public NodeOutput.Builder addOutputBuilder(int index)
repeated .tensorflow.NodeOutput output = 7;public java.util.List<NodeOutput.Builder> getOutputBuilderList()
repeated .tensorflow.NodeOutput output = 7;public java.lang.String getTimelineLabel()
string timeline_label = 8;getTimelineLabel in interface NodeExecStatsOrBuilderpublic com.google.protobuf.ByteString getTimelineLabelBytes()
string timeline_label = 8;getTimelineLabelBytes in interface NodeExecStatsOrBuilderpublic NodeExecStats.Builder setTimelineLabel(java.lang.String value)
string timeline_label = 8;value - The timelineLabel to set.public NodeExecStats.Builder clearTimelineLabel()
string timeline_label = 8;public NodeExecStats.Builder setTimelineLabelBytes(com.google.protobuf.ByteString value)
string timeline_label = 8;value - The bytes for timelineLabel to set.public long getScheduledMicros()
int64 scheduled_micros = 9;getScheduledMicros in interface NodeExecStatsOrBuilderpublic NodeExecStats.Builder setScheduledMicros(long value)
int64 scheduled_micros = 9;value - The scheduledMicros to set.public NodeExecStats.Builder clearScheduledMicros()
int64 scheduled_micros = 9;public int getThreadId()
uint32 thread_id = 10;getThreadId in interface NodeExecStatsOrBuilderpublic NodeExecStats.Builder setThreadId(int value)
uint32 thread_id = 10;value - The threadId to set.public NodeExecStats.Builder clearThreadId()
uint32 thread_id = 10;public java.util.List<AllocationDescription> getReferencedTensorList()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;getReferencedTensorList 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 NodeExecStats.Builder setReferencedTensor(int index, AllocationDescription value)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;public NodeExecStats.Builder setReferencedTensor(int index, AllocationDescription.Builder builderForValue)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;public NodeExecStats.Builder addReferencedTensor(AllocationDescription value)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;public NodeExecStats.Builder addReferencedTensor(int index, AllocationDescription value)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;public NodeExecStats.Builder addReferencedTensor(AllocationDescription.Builder builderForValue)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;public NodeExecStats.Builder addReferencedTensor(int index, AllocationDescription.Builder builderForValue)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;public NodeExecStats.Builder addAllReferencedTensor(java.lang.Iterable<? extends AllocationDescription> values)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;public NodeExecStats.Builder clearReferencedTensor()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;public NodeExecStats.Builder removeReferencedTensor(int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;public AllocationDescription.Builder getReferencedTensorBuilder(int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;public AllocationDescriptionOrBuilder getReferencedTensorOrBuilder(int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;getReferencedTensorOrBuilder in interface NodeExecStatsOrBuilderpublic java.util.List<? extends AllocationDescriptionOrBuilder> getReferencedTensorOrBuilderList()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;getReferencedTensorOrBuilderList in interface NodeExecStatsOrBuilderpublic AllocationDescription.Builder addReferencedTensorBuilder()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;public AllocationDescription.Builder addReferencedTensorBuilder(int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11;public java.util.List<AllocationDescription.Builder> getReferencedTensorBuilderList()
repeated .tensorflow.AllocationDescription referenced_tensor = 11;public boolean hasMemoryStats()
.tensorflow.MemoryStats memory_stats = 12;hasMemoryStats in interface NodeExecStatsOrBuilderpublic MemoryStats getMemoryStats()
.tensorflow.MemoryStats memory_stats = 12;getMemoryStats in interface NodeExecStatsOrBuilderpublic NodeExecStats.Builder setMemoryStats(MemoryStats value)
.tensorflow.MemoryStats memory_stats = 12;public NodeExecStats.Builder setMemoryStats(MemoryStats.Builder builderForValue)
.tensorflow.MemoryStats memory_stats = 12;public NodeExecStats.Builder mergeMemoryStats(MemoryStats value)
.tensorflow.MemoryStats memory_stats = 12;public NodeExecStats.Builder clearMemoryStats()
.tensorflow.MemoryStats memory_stats = 12;public MemoryStats.Builder getMemoryStatsBuilder()
.tensorflow.MemoryStats memory_stats = 12;public MemoryStatsOrBuilder getMemoryStatsOrBuilder()
.tensorflow.MemoryStats memory_stats = 12;getMemoryStatsOrBuilder in interface NodeExecStatsOrBuilderpublic long getAllStartNanos()
int64 all_start_nanos = 13;getAllStartNanos in interface NodeExecStatsOrBuilderpublic NodeExecStats.Builder setAllStartNanos(long value)
int64 all_start_nanos = 13;value - The allStartNanos to set.public NodeExecStats.Builder clearAllStartNanos()
int64 all_start_nanos = 13;public long getOpStartRelNanos()
int64 op_start_rel_nanos = 14;getOpStartRelNanos in interface NodeExecStatsOrBuilderpublic NodeExecStats.Builder setOpStartRelNanos(long value)
int64 op_start_rel_nanos = 14;value - The opStartRelNanos to set.public NodeExecStats.Builder clearOpStartRelNanos()
int64 op_start_rel_nanos = 14;public long getOpEndRelNanos()
int64 op_end_rel_nanos = 15;getOpEndRelNanos in interface NodeExecStatsOrBuilderpublic NodeExecStats.Builder setOpEndRelNanos(long value)
int64 op_end_rel_nanos = 15;value - The opEndRelNanos to set.public NodeExecStats.Builder clearOpEndRelNanos()
int64 op_end_rel_nanos = 15;public long getAllEndRelNanos()
int64 all_end_rel_nanos = 16;getAllEndRelNanos in interface NodeExecStatsOrBuilderpublic NodeExecStats.Builder setAllEndRelNanos(long value)
int64 all_end_rel_nanos = 16;value - The allEndRelNanos to set.public NodeExecStats.Builder clearAllEndRelNanos()
int64 all_end_rel_nanos = 16;public long getScheduledNanos()
int64 scheduled_nanos = 17;getScheduledNanos in interface NodeExecStatsOrBuilderpublic NodeExecStats.Builder setScheduledNanos(long value)
int64 scheduled_nanos = 17;value - The scheduledNanos to set.public NodeExecStats.Builder clearScheduledNanos()
int64 scheduled_nanos = 17;public final NodeExecStats.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>public final NodeExecStats.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>