Uses of Class
org.tensorflow.distruntime.LabeledStepStats
-
Packages that use LabeledStepStats Package Description org.tensorflow.distruntime -
-
Uses of LabeledStepStats in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return LabeledStepStats Modifier and Type Method Description LabeledStepStatsLabeledStepStats.Builder. build()LabeledStepStatsLabeledStepStats.Builder. buildPartial()static LabeledStepStatsLabeledStepStats. getDefaultInstance()LabeledStepStatsLabeledStepStats.Builder. getDefaultInstanceForType()LabeledStepStatsLabeledStepStats. getDefaultInstanceForType()LabeledStepStatsLoggingResponse.Builder. getStep(int index)repeated .tensorflow.LabeledStepStats step = 1;LabeledStepStatsLoggingResponse. getStep(int index)repeated .tensorflow.LabeledStepStats step = 1;LabeledStepStatsLoggingResponseOrBuilder. getStep(int index)repeated .tensorflow.LabeledStepStats step = 1;static LabeledStepStatsLabeledStepStats. parseDelimitedFrom(InputStream input)static LabeledStepStatsLabeledStepStats. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static LabeledStepStatsLabeledStepStats. parseFrom(byte[] data)static LabeledStepStatsLabeledStepStats. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static LabeledStepStatsLabeledStepStats. parseFrom(InputStream input)static LabeledStepStatsLabeledStepStats. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static LabeledStepStatsLabeledStepStats. parseFrom(ByteBuffer data)static LabeledStepStatsLabeledStepStats. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static LabeledStepStatsLabeledStepStats. parseFrom(org.nd4j.shade.protobuf.ByteString data)static LabeledStepStatsLabeledStepStats. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static LabeledStepStatsLabeledStepStats. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static LabeledStepStatsLabeledStepStats. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.distruntime that return types with arguments of type LabeledStepStats Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<LabeledStepStats>LabeledStepStats. getParserForType()List<LabeledStepStats>LoggingResponse.Builder. getStepList()repeated .tensorflow.LabeledStepStats step = 1;List<LabeledStepStats>LoggingResponse. getStepList()repeated .tensorflow.LabeledStepStats step = 1;List<LabeledStepStats>LoggingResponseOrBuilder. getStepList()repeated .tensorflow.LabeledStepStats step = 1;static org.nd4j.shade.protobuf.Parser<LabeledStepStats>LabeledStepStats. parser()Methods in org.tensorflow.distruntime with parameters of type LabeledStepStats Modifier and Type Method Description LoggingResponse.BuilderLoggingResponse.Builder. addStep(int index, LabeledStepStats value)repeated .tensorflow.LabeledStepStats step = 1;LoggingResponse.BuilderLoggingResponse.Builder. addStep(LabeledStepStats value)repeated .tensorflow.LabeledStepStats step = 1;LabeledStepStats.BuilderLabeledStepStats.Builder. mergeFrom(LabeledStepStats other)static LabeledStepStats.BuilderLabeledStepStats. newBuilder(LabeledStepStats prototype)LoggingResponse.BuilderLoggingResponse.Builder. setStep(int index, LabeledStepStats value)repeated .tensorflow.LabeledStepStats step = 1;Method parameters in org.tensorflow.distruntime with type arguments of type LabeledStepStats Modifier and Type Method Description LoggingResponse.BuilderLoggingResponse.Builder. addAllStep(Iterable<? extends LabeledStepStats> values)repeated .tensorflow.LabeledStepStats step = 1;
-