Uses of Class
org.tensorflow.framework.RunMetadata.Builder
Packages that use RunMetadata.Builder
-
Uses of RunMetadata.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return RunMetadata.BuilderModifier and TypeMethodDescriptionRunMetadata.Builder.addAllFunctionGraphs(Iterable<? extends RunMetadata.FunctionGraphs> values) This is only populated for graphs that are run as functions in TensorFlow V2.RunMetadata.Builder.addAllPartitionGraphs(Iterable<? extends GraphDef> values) Graphs of the partitions executed by executors.RunMetadata.Builder.addFunctionGraphs(int index, RunMetadata.FunctionGraphs value) This is only populated for graphs that are run as functions in TensorFlow V2.RunMetadata.Builder.addFunctionGraphs(int index, RunMetadata.FunctionGraphs.Builder builderForValue) This is only populated for graphs that are run as functions in TensorFlow V2.RunMetadata.Builder.addFunctionGraphs(RunMetadata.FunctionGraphs value) This is only populated for graphs that are run as functions in TensorFlow V2.RunMetadata.Builder.addFunctionGraphs(RunMetadata.FunctionGraphs.Builder builderForValue) This is only populated for graphs that are run as functions in TensorFlow V2.RunMetadata.Builder.addPartitionGraphs(int index, GraphDef value) Graphs of the partitions executed by executors.RunMetadata.Builder.addPartitionGraphs(int index, GraphDef.Builder builderForValue) Graphs of the partitions executed by executors.RunMetadata.Builder.addPartitionGraphs(GraphDef value) Graphs of the partitions executed by executors.RunMetadata.Builder.addPartitionGraphs(GraphDef.Builder builderForValue) Graphs of the partitions executed by executors.RunMetadata.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RunMetadata.Builder.clear()RunMetadata.Builder.clearCostGraph()The cost graph for the computation defined by the run call.RunMetadata.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RunMetadata.Builder.clearFunctionGraphs()This is only populated for graphs that are run as functions in TensorFlow V2.RunMetadata.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RunMetadata.Builder.clearPartitionGraphs()Graphs of the partitions executed by executors.RunMetadata.Builder.clearSessionMetadata()Metadata about the session.RunMetadata.Builder.clearStepStats()Statistics traced for this step.RunMetadata.Builder.clone()RunMetadata.Builder.mergeCostGraph(CostGraphDef value) The cost graph for the computation defined by the run call.RunMetadata.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RunMetadata.Builder.mergeFrom(com.google.protobuf.Message other) RunMetadata.Builder.mergeFrom(RunMetadata other) RunMetadata.Builder.mergeSessionMetadata(SessionMetadata value) Metadata about the session.RunMetadata.Builder.mergeStepStats(StepStats value) Statistics traced for this step.final RunMetadata.BuilderRunMetadata.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static RunMetadata.BuilderRunMetadata.newBuilder()static RunMetadata.BuilderRunMetadata.newBuilder(RunMetadata prototype) RunMetadata.newBuilderForType()protected RunMetadata.BuilderRunMetadata.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RunMetadata.Builder.removeFunctionGraphs(int index) This is only populated for graphs that are run as functions in TensorFlow V2.RunMetadata.Builder.removePartitionGraphs(int index) Graphs of the partitions executed by executors.RunMetadata.Builder.setCostGraph(CostGraphDef value) The cost graph for the computation defined by the run call.RunMetadata.Builder.setCostGraph(CostGraphDef.Builder builderForValue) The cost graph for the computation defined by the run call.RunMetadata.Builder.setFunctionGraphs(int index, RunMetadata.FunctionGraphs value) This is only populated for graphs that are run as functions in TensorFlow V2.RunMetadata.Builder.setFunctionGraphs(int index, RunMetadata.FunctionGraphs.Builder builderForValue) This is only populated for graphs that are run as functions in TensorFlow V2.RunMetadata.Builder.setPartitionGraphs(int index, GraphDef value) Graphs of the partitions executed by executors.RunMetadata.Builder.setPartitionGraphs(int index, GraphDef.Builder builderForValue) Graphs of the partitions executed by executors.RunMetadata.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) RunMetadata.Builder.setSessionMetadata(SessionMetadata value) Metadata about the session.RunMetadata.Builder.setSessionMetadata(SessionMetadata.Builder builderForValue) Metadata about the session.RunMetadata.Builder.setStepStats(StepStats value) Statistics traced for this step.RunMetadata.Builder.setStepStats(StepStats.Builder builderForValue) Statistics traced for this step.final RunMetadata.BuilderRunMetadata.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RunMetadata.toBuilder() -
Uses of RunMetadata.Builder in tensorflow.serving
Methods in tensorflow.serving that return RunMetadata.BuilderModifier and TypeMethodDescriptionSessionServiceOuterClass.SessionRunResponse.Builder.getMetadataBuilder()Returned metadata if requested in the options.Methods in tensorflow.serving with parameters of type RunMetadata.BuilderModifier and TypeMethodDescriptionSessionServiceOuterClass.SessionRunResponse.Builder.setMetadata(RunMetadata.Builder builderForValue) Returned metadata if requested in the options.