public static final class NodeExecStats.Builder extends org.nd4j.shade.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(Iterable<? extends AllocatorMemoryUsed> values)
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
NodeExecStats.Builder |
addAllOutput(Iterable<? extends NodeOutput> values)
repeated .tensorflow.NodeOutput output = 7; |
NodeExecStats.Builder |
addAllReferencedTensor(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(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
NodeExecStats |
build() |
NodeExecStats |
buildPartial() |
NodeExecStats.Builder |
clear() |
NodeExecStats.Builder |
clearAllEndRelMicros()
int64 all_end_rel_micros = 5; |
NodeExecStats.Builder |
clearAllStartMicros()
int64 all_start_micros = 2; |
NodeExecStats.Builder |
clearField(org.nd4j.shade.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(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
NodeExecStats.Builder |
clearOpEndRelMicros()
int64 op_end_rel_micros = 4; |
NodeExecStats.Builder |
clearOpStartRelMicros()
int64 op_start_rel_micros = 3; |
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 |
clearThreadId()
uint32 thread_id = 10; |
NodeExecStats.Builder |
clearTimelineLabel()
string timeline_label = 8; |
NodeExecStats.Builder |
clone() |
long |
getAllEndRelMicros()
int64 all_end_rel_micros = 5; |
long |
getAllStartMicros()
int64 all_start_micros = 2; |
NodeExecStats |
getDefaultInstanceForType() |
static org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.nd4j.shade.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
AllocatorMemoryUsed |
getMemory(int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
AllocatorMemoryUsed.Builder |
getMemoryBuilder(int index)
repeated .tensorflow.AllocatorMemoryUsed memory = 6; |
List<AllocatorMemoryUsed.Builder> |
getMemoryBuilderList()
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; |
MemoryStats.Builder |
getMemoryStatsBuilder()
.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; |
NodeOutput.Builder |
getOutputBuilder(int index)
repeated .tensorflow.NodeOutput output = 7; |
List<NodeOutput.Builder> |
getOutputBuilderList()
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; |
AllocationDescription |
getReferencedTensor(int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
AllocationDescription.Builder |
getReferencedTensorBuilder(int index)
repeated .tensorflow.AllocationDescription referenced_tensor = 11; |
List<AllocationDescription.Builder> |
getReferencedTensorBuilderList()
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 |
getThreadId()
uint32 thread_id = 10; |
String |
getTimelineLabel()
string timeline_label = 8; |
org.nd4j.shade.protobuf.ByteString |
getTimelineLabelBytes()
string timeline_label = 8; |
boolean |
hasMemoryStats()
.tensorflow.MemoryStats memory_stats = 12; |
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
NodeExecStats.Builder |
mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
NodeExecStats.Builder |
mergeFrom(org.nd4j.shade.protobuf.Message other) |
NodeExecStats.Builder |
mergeFrom(NodeExecStats other) |
NodeExecStats.Builder |
mergeMemoryStats(MemoryStats value)
.tensorflow.MemoryStats memory_stats = 12; |
NodeExecStats.Builder |
mergeUnknownFields(org.nd4j.shade.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 |
setAllStartMicros(long value)
int64 all_start_micros = 2; |
NodeExecStats.Builder |
setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
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(String value)
TODO(tucker): Use some more compact form of node identity than
the full string name.
|
NodeExecStats.Builder |
setNodeNameBytes(org.nd4j.shade.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 |
setOpStartRelMicros(long value)
int64 op_start_rel_micros = 3; |
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(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
NodeExecStats.Builder |
setScheduledMicros(long value)
int64 scheduled_micros = 9; |
NodeExecStats.Builder |
setThreadId(int value)
uint32 thread_id = 10; |
NodeExecStats.Builder |
setTimelineLabel(String value)
string timeline_label = 8; |
NodeExecStats.Builder |
setTimelineLabelBytes(org.nd4j.shade.protobuf.ByteString value)
string timeline_label = 8; |
NodeExecStats.Builder |
setUnknownFields(org.nd4j.shade.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 org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>public NodeExecStats.Builder clear()
clear in interface org.nd4j.shade.protobuf.Message.Builderclear in interface org.nd4j.shade.protobuf.MessageLite.Builderclear in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.nd4j.shade.protobuf.Message.BuildergetDescriptorForType in interface org.nd4j.shade.protobuf.MessageOrBuildergetDescriptorForType in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>public NodeExecStats getDefaultInstanceForType()
getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilderpublic NodeExecStats build()
build in interface org.nd4j.shade.protobuf.Message.Builderbuild in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic NodeExecStats buildPartial()
buildPartial in interface org.nd4j.shade.protobuf.Message.BuilderbuildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic NodeExecStats.Builder clone()
clone in interface org.nd4j.shade.protobuf.Message.Builderclone in interface org.nd4j.shade.protobuf.MessageLite.Builderclone in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>public NodeExecStats.Builder setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.nd4j.shade.protobuf.Message.BuildersetField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>public NodeExecStats.Builder clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.nd4j.shade.protobuf.Message.BuilderclearField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>public NodeExecStats.Builder clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.nd4j.shade.protobuf.Message.BuilderclearOneof in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>public NodeExecStats.Builder setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.nd4j.shade.protobuf.Message.BuildersetRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>public NodeExecStats.Builder addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.nd4j.shade.protobuf.Message.BuilderaddRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>public NodeExecStats.Builder mergeFrom(org.nd4j.shade.protobuf.Message other)
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<NodeExecStats.Builder>public NodeExecStats.Builder mergeFrom(NodeExecStats other)
public final boolean isInitialized()
isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilderisInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>public NodeExecStats.Builder mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in interface org.nd4j.shade.protobuf.MessageLite.BuildermergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<NodeExecStats.Builder>IOExceptionpublic 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 NodeExecStats.Builder setNodeName(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;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(org.nd4j.shade.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;public long getAllStartMicros()
int64 all_start_micros = 2;getAllStartMicros in interface NodeExecStatsOrBuilderpublic NodeExecStats.Builder setAllStartMicros(long value)
int64 all_start_micros = 2;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;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;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;public NodeExecStats.Builder clearAllEndRelMicros()
int64 all_end_rel_micros = 5;public 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(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 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 List<AllocatorMemoryUsed.Builder> getMemoryBuilderList()
repeated .tensorflow.AllocatorMemoryUsed memory = 6;public 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(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 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 List<NodeOutput.Builder> getOutputBuilderList()
repeated .tensorflow.NodeOutput output = 7;public String getTimelineLabel()
string timeline_label = 8;getTimelineLabel in interface NodeExecStatsOrBuilderpublic org.nd4j.shade.protobuf.ByteString getTimelineLabelBytes()
string timeline_label = 8;getTimelineLabelBytes in interface NodeExecStatsOrBuilderpublic NodeExecStats.Builder setTimelineLabel(String value)
string timeline_label = 8;public NodeExecStats.Builder clearTimelineLabel()
string timeline_label = 8;public NodeExecStats.Builder setTimelineLabelBytes(org.nd4j.shade.protobuf.ByteString value)
string timeline_label = 8;public long getScheduledMicros()
int64 scheduled_micros = 9;getScheduledMicros in interface NodeExecStatsOrBuilderpublic NodeExecStats.Builder setScheduledMicros(long value)
int64 scheduled_micros = 9;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;public NodeExecStats.Builder clearThreadId()
uint32 thread_id = 10;public 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(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 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 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 final NodeExecStats.Builder setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildersetUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>public final NodeExecStats.Builder mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildermergeUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<NodeExecStats.Builder>Copyright © 2021. All rights reserved.