Uses of Class
org.tensorflow.framework.StepStats
-
Packages that use StepStats Package Description org.tensorflow.distruntime org.tensorflow.framework -
-
Uses of StepStats in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return StepStats Modifier and Type Method Description StepStatsLabeledStepStats.Builder. getStepStats().tensorflow.StepStats step_stats = 2;StepStatsLabeledStepStats. getStepStats().tensorflow.StepStats step_stats = 2;StepStatsLabeledStepStatsOrBuilder. getStepStats().tensorflow.StepStats step_stats = 2;StepStatsRunGraphResponse.Builder. getStepStats()If the request asked for execution stats, the cost graph, or the partition graphs, these are returned here.StepStatsRunGraphResponse. getStepStats()If the request asked for execution stats, the cost graph, or the partition graphs, these are returned here.StepStatsRunGraphResponseOrBuilder. getStepStats()If the request asked for execution stats, the cost graph, or the partition graphs, these are returned here.Methods in org.tensorflow.distruntime with parameters of type StepStats Modifier and Type Method Description LabeledStepStats.BuilderLabeledStepStats.Builder. mergeStepStats(StepStats value).tensorflow.StepStats step_stats = 2;RunGraphResponse.BuilderRunGraphResponse.Builder. mergeStepStats(StepStats value)If the request asked for execution stats, the cost graph, or the partition graphs, these are returned here.LabeledStepStats.BuilderLabeledStepStats.Builder. setStepStats(StepStats value).tensorflow.StepStats step_stats = 2;RunGraphResponse.BuilderRunGraphResponse.Builder. setStepStats(StepStats value)If the request asked for execution stats, the cost graph, or the partition graphs, these are returned here. -
Uses of StepStats in org.tensorflow.framework
Methods in org.tensorflow.framework that return StepStats Modifier and Type Method Description StepStatsStepStats.Builder. build()StepStatsStepStats.Builder. buildPartial()static StepStatsStepStats. getDefaultInstance()StepStatsStepStats.Builder. getDefaultInstanceForType()StepStatsStepStats. getDefaultInstanceForType()StepStatsRunMetadata.Builder. getStepStats()Statistics traced for this step.StepStatsRunMetadata. getStepStats()Statistics traced for this step.StepStatsRunMetadataOrBuilder. getStepStats()Statistics traced for this step.static StepStatsStepStats. parseDelimitedFrom(InputStream input)static StepStatsStepStats. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static StepStatsStepStats. parseFrom(byte[] data)static StepStatsStepStats. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static StepStatsStepStats. parseFrom(InputStream input)static StepStatsStepStats. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static StepStatsStepStats. parseFrom(ByteBuffer data)static StepStatsStepStats. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static StepStatsStepStats. parseFrom(org.nd4j.shade.protobuf.ByteString data)static StepStatsStepStats. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static StepStatsStepStats. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static StepStatsStepStats. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.framework that return types with arguments of type StepStats Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<StepStats>StepStats. getParserForType()static org.nd4j.shade.protobuf.Parser<StepStats>StepStats. parser()Methods in org.tensorflow.framework with parameters of type StepStats Modifier and Type Method Description StepStats.BuilderStepStats.Builder. mergeFrom(StepStats other)RunMetadata.BuilderRunMetadata.Builder. mergeStepStats(StepStats value)Statistics traced for this step.static StepStats.BuilderStepStats. newBuilder(StepStats prototype)RunMetadata.BuilderRunMetadata.Builder. setStepStats(StepStats value)Statistics traced for this step.
-