Uses of Class
org.tensorflow.framework.StepStats
Packages that use StepStats
-
Uses of StepStats in org.tensorflow.framework
Methods in org.tensorflow.framework that return StepStatsModifier and TypeMethodDescriptionStepStats.Builder.build()StepStats.Builder.buildPartial()static StepStatsStepStats.getDefaultInstance()StepStats.Builder.getDefaultInstanceForType()StepStats.getDefaultInstanceForType()RunMetadata.Builder.getStepStats()Statistics traced for this step.RunMetadata.getStepStats()Statistics traced for this step.RunMetadataOrBuilder.getStepStats()Statistics traced for this step.static StepStatsStepStats.parseDelimitedFrom(InputStream input) static StepStatsStepStats.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StepStatsStepStats.parseFrom(byte[] data) static StepStatsStepStats.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StepStatsStepStats.parseFrom(com.google.protobuf.ByteString data) static StepStatsStepStats.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StepStatsStepStats.parseFrom(com.google.protobuf.CodedInputStream input) static StepStatsStepStats.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StepStatsStepStats.parseFrom(InputStream input) static StepStatsStepStats.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StepStatsStepStats.parseFrom(ByteBuffer data) static StepStatsStepStats.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type StepStatsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<StepStats> StepStats.getParserForType()static com.google.protobuf.Parser<StepStats> StepStats.parser()Methods in org.tensorflow.framework with parameters of type StepStatsModifier and TypeMethodDescriptionRunMetadata.Builder.mergeStepStats(StepStats value) Statistics traced for this step.static StepStats.BuilderStepStats.newBuilder(StepStats prototype) RunMetadata.Builder.setStepStats(StepStats value) Statistics traced for this step.