public static final class DeviceStepStats.Builder extends com.github.os72.protobuf351.GeneratedMessageV3.Builder<DeviceStepStats.Builder> implements DeviceStepStatsOrBuilder
tensorflow.DeviceStepStats| Modifier and Type | Method and Description |
|---|---|
DeviceStepStats.Builder |
addAllNodeStats(Iterable<? extends NodeExecStats> values)
repeated .tensorflow.NodeExecStats node_stats = 2; |
DeviceStepStats.Builder |
addNodeStats(int index,
NodeExecStats.Builder builderForValue)
repeated .tensorflow.NodeExecStats node_stats = 2; |
DeviceStepStats.Builder |
addNodeStats(int index,
NodeExecStats value)
repeated .tensorflow.NodeExecStats node_stats = 2; |
DeviceStepStats.Builder |
addNodeStats(NodeExecStats.Builder builderForValue)
repeated .tensorflow.NodeExecStats node_stats = 2; |
DeviceStepStats.Builder |
addNodeStats(NodeExecStats value)
repeated .tensorflow.NodeExecStats node_stats = 2; |
NodeExecStats.Builder |
addNodeStatsBuilder()
repeated .tensorflow.NodeExecStats node_stats = 2; |
NodeExecStats.Builder |
addNodeStatsBuilder(int index)
repeated .tensorflow.NodeExecStats node_stats = 2; |
DeviceStepStats.Builder |
addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
DeviceStepStats |
build() |
DeviceStepStats |
buildPartial() |
DeviceStepStats.Builder |
clear() |
DeviceStepStats.Builder |
clearDevice()
string device = 1; |
DeviceStepStats.Builder |
clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field) |
DeviceStepStats.Builder |
clearNodeStats()
repeated .tensorflow.NodeExecStats node_stats = 2; |
DeviceStepStats.Builder |
clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof) |
DeviceStepStats.Builder |
clone() |
DeviceStepStats |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDevice()
string device = 1; |
com.github.os72.protobuf351.ByteString |
getDeviceBytes()
string device = 1; |
NodeExecStats |
getNodeStats(int index)
repeated .tensorflow.NodeExecStats node_stats = 2; |
NodeExecStats.Builder |
getNodeStatsBuilder(int index)
repeated .tensorflow.NodeExecStats node_stats = 2; |
List<NodeExecStats.Builder> |
getNodeStatsBuilderList()
repeated .tensorflow.NodeExecStats node_stats = 2; |
int |
getNodeStatsCount()
repeated .tensorflow.NodeExecStats node_stats = 2; |
List<NodeExecStats> |
getNodeStatsList()
repeated .tensorflow.NodeExecStats node_stats = 2; |
NodeExecStatsOrBuilder |
getNodeStatsOrBuilder(int index)
repeated .tensorflow.NodeExecStats node_stats = 2; |
List<? extends NodeExecStatsOrBuilder> |
getNodeStatsOrBuilderList()
repeated .tensorflow.NodeExecStats node_stats = 2; |
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DeviceStepStats.Builder |
mergeFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
DeviceStepStats.Builder |
mergeFrom(DeviceStepStats other) |
DeviceStepStats.Builder |
mergeFrom(com.github.os72.protobuf351.Message other) |
DeviceStepStats.Builder |
mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields) |
DeviceStepStats.Builder |
removeNodeStats(int index)
repeated .tensorflow.NodeExecStats node_stats = 2; |
DeviceStepStats.Builder |
setDevice(String value)
string device = 1; |
DeviceStepStats.Builder |
setDeviceBytes(com.github.os72.protobuf351.ByteString value)
string device = 1; |
DeviceStepStats.Builder |
setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
Object value) |
DeviceStepStats.Builder |
setNodeStats(int index,
NodeExecStats.Builder builderForValue)
repeated .tensorflow.NodeExecStats node_stats = 2; |
DeviceStepStats.Builder |
setNodeStats(int index,
NodeExecStats value)
repeated .tensorflow.NodeExecStats node_stats = 2; |
DeviceStepStats.Builder |
setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field,
int index,
Object value) |
DeviceStepStats.Builder |
setUnknownFields(com.github.os72.protobuf351.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.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DeviceStepStats.Builder>public DeviceStepStats.Builder clear()
clear in interface com.github.os72.protobuf351.Message.Builderclear in interface com.github.os72.protobuf351.MessageLite.Builderclear in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DeviceStepStats.Builder>public com.github.os72.protobuf351.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.github.os72.protobuf351.Message.BuildergetDescriptorForType in interface com.github.os72.protobuf351.MessageOrBuildergetDescriptorForType in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DeviceStepStats.Builder>public DeviceStepStats getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderpublic DeviceStepStats build()
build in interface com.github.os72.protobuf351.Message.Builderbuild in interface com.github.os72.protobuf351.MessageLite.Builderpublic DeviceStepStats buildPartial()
buildPartial in interface com.github.os72.protobuf351.Message.BuilderbuildPartial in interface com.github.os72.protobuf351.MessageLite.Builderpublic DeviceStepStats.Builder clone()
clone in interface com.github.os72.protobuf351.Message.Builderclone in interface com.github.os72.protobuf351.MessageLite.Builderclone in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DeviceStepStats.Builder>public DeviceStepStats.Builder setField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
setField in interface com.github.os72.protobuf351.Message.BuildersetField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DeviceStepStats.Builder>public DeviceStepStats.Builder clearField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field)
clearField in interface com.github.os72.protobuf351.Message.BuilderclearField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DeviceStepStats.Builder>public DeviceStepStats.Builder clearOneof(com.github.os72.protobuf351.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.github.os72.protobuf351.Message.BuilderclearOneof in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DeviceStepStats.Builder>public DeviceStepStats.Builder setRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.github.os72.protobuf351.Message.BuildersetRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DeviceStepStats.Builder>public DeviceStepStats.Builder addRepeatedField(com.github.os72.protobuf351.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.github.os72.protobuf351.Message.BuilderaddRepeatedField in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DeviceStepStats.Builder>public DeviceStepStats.Builder mergeFrom(com.github.os72.protobuf351.Message other)
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<DeviceStepStats.Builder>public DeviceStepStats.Builder mergeFrom(DeviceStepStats other)
public final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DeviceStepStats.Builder>public DeviceStepStats.Builder mergeFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.github.os72.protobuf351.Message.BuildermergeFrom in interface com.github.os72.protobuf351.MessageLite.BuildermergeFrom in class com.github.os72.protobuf351.AbstractMessage.Builder<DeviceStepStats.Builder>IOExceptionpublic String getDevice()
string device = 1;getDevice in interface DeviceStepStatsOrBuilderpublic com.github.os72.protobuf351.ByteString getDeviceBytes()
string device = 1;getDeviceBytes in interface DeviceStepStatsOrBuilderpublic DeviceStepStats.Builder setDevice(String value)
string device = 1;public DeviceStepStats.Builder clearDevice()
string device = 1;public DeviceStepStats.Builder setDeviceBytes(com.github.os72.protobuf351.ByteString value)
string device = 1;public List<NodeExecStats> getNodeStatsList()
repeated .tensorflow.NodeExecStats node_stats = 2;getNodeStatsList in interface DeviceStepStatsOrBuilderpublic int getNodeStatsCount()
repeated .tensorflow.NodeExecStats node_stats = 2;getNodeStatsCount in interface DeviceStepStatsOrBuilderpublic NodeExecStats getNodeStats(int index)
repeated .tensorflow.NodeExecStats node_stats = 2;getNodeStats in interface DeviceStepStatsOrBuilderpublic DeviceStepStats.Builder setNodeStats(int index, NodeExecStats value)
repeated .tensorflow.NodeExecStats node_stats = 2;public DeviceStepStats.Builder setNodeStats(int index, NodeExecStats.Builder builderForValue)
repeated .tensorflow.NodeExecStats node_stats = 2;public DeviceStepStats.Builder addNodeStats(NodeExecStats value)
repeated .tensorflow.NodeExecStats node_stats = 2;public DeviceStepStats.Builder addNodeStats(int index, NodeExecStats value)
repeated .tensorflow.NodeExecStats node_stats = 2;public DeviceStepStats.Builder addNodeStats(NodeExecStats.Builder builderForValue)
repeated .tensorflow.NodeExecStats node_stats = 2;public DeviceStepStats.Builder addNodeStats(int index, NodeExecStats.Builder builderForValue)
repeated .tensorflow.NodeExecStats node_stats = 2;public DeviceStepStats.Builder addAllNodeStats(Iterable<? extends NodeExecStats> values)
repeated .tensorflow.NodeExecStats node_stats = 2;public DeviceStepStats.Builder clearNodeStats()
repeated .tensorflow.NodeExecStats node_stats = 2;public DeviceStepStats.Builder removeNodeStats(int index)
repeated .tensorflow.NodeExecStats node_stats = 2;public NodeExecStats.Builder getNodeStatsBuilder(int index)
repeated .tensorflow.NodeExecStats node_stats = 2;public NodeExecStatsOrBuilder getNodeStatsOrBuilder(int index)
repeated .tensorflow.NodeExecStats node_stats = 2;getNodeStatsOrBuilder in interface DeviceStepStatsOrBuilderpublic List<? extends NodeExecStatsOrBuilder> getNodeStatsOrBuilderList()
repeated .tensorflow.NodeExecStats node_stats = 2;getNodeStatsOrBuilderList in interface DeviceStepStatsOrBuilderpublic NodeExecStats.Builder addNodeStatsBuilder()
repeated .tensorflow.NodeExecStats node_stats = 2;public NodeExecStats.Builder addNodeStatsBuilder(int index)
repeated .tensorflow.NodeExecStats node_stats = 2;public List<NodeExecStats.Builder> getNodeStatsBuilderList()
repeated .tensorflow.NodeExecStats node_stats = 2;public final DeviceStepStats.Builder setUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
setUnknownFields in interface com.github.os72.protobuf351.Message.BuildersetUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DeviceStepStats.Builder>public final DeviceStepStats.Builder mergeUnknownFields(com.github.os72.protobuf351.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.github.os72.protobuf351.Message.BuildermergeUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3.Builder<DeviceStepStats.Builder>Copyright © 2018. All rights reserved.