Uses of Class
org.tensorflow.proto.GraphDef.Builder
Packages that use GraphDef.Builder
-
Uses of GraphDef.Builder in org.tensorflow.proto
Subclasses with type arguments of type GraphDef.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classRepresents the graph of operationsMethods in org.tensorflow.proto that return GraphDef.BuilderModifier and TypeMethodDescriptionGraphDef.Builder.addAllNode(Iterable<? extends NodeDef> values) repeated .tensorflow.NodeDef node = 1;repeated .tensorflow.NodeDef node = 1;GraphDef.Builder.addNode(int index, NodeDef.Builder builderForValue) repeated .tensorflow.NodeDef node = 1;repeated .tensorflow.NodeDef node = 1;GraphDef.Builder.addNode(NodeDef.Builder builderForValue) repeated .tensorflow.NodeDef node = 1;RunMetadata.Builder.addPartitionGraphsBuilder()Graphs of the partitions executed by executors.RunMetadata.Builder.addPartitionGraphsBuilder(int index) Graphs of the partitions executed by executors.RunMetadata.FunctionGraphs.Builder.addPartitionGraphsBuilder()TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.Builder.addPartitionGraphsBuilder(int index) TODO(nareshmodi): Include some sort of function/cache-key identifier?GraphDef.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) GraphDef.Builder.clear()GraphDef.Builder.clearDebugInfo()Stack traces for the nodes in this graph.GraphDef.Builder.clearField(Descriptors.FieldDescriptor field) GraphDef.Builder.clearLibrary()"library" provides user-defined functions.GraphDef.Builder.clearNode()repeated .tensorflow.NodeDef node = 1;GraphDef.Builder.clearOneof(Descriptors.OneofDescriptor oneof) GraphDef.Builder.clearVersion()Deprecated.tensorflow.GraphDef.version is deprecated.GraphDef.Builder.clearVersions()Compatibility versions of the graph.GraphDef.Builder.clone()OptimizedFunctionGraphOuterClass.OptimizedFunctionGraph.Builder.getFunctionGraphBuilder()Optimized function graph.MetaGraphDef.Builder.getGraphDefBuilder()GraphDef.RunMetadata.Builder.getPartitionGraphsBuilder(int index) Graphs of the partitions executed by executors.RunMetadata.FunctionGraphs.Builder.getPartitionGraphsBuilder(int index) TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.Builder.getPostOptimizationGraphBuilder().tensorflow.GraphDef post_optimization_graph = 3;RunMetadata.FunctionGraphs.Builder.getPreOptimizationGraphBuilder().tensorflow.GraphDef pre_optimization_graph = 2;GraphDef.Builder.mergeDebugInfo(GraphDebugInfo value) Stack traces for the nodes in this graph.GraphDef.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) GraphDef.Builder.mergeLibrary(FunctionDefLibrary value) "library" provides user-defined functions.final GraphDef.BuilderGraphDef.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) GraphDef.Builder.mergeVersions(VersionDef value) Compatibility versions of the graph.static GraphDef.BuilderGraphDef.newBuilder()static GraphDef.BuilderGraphDef.newBuilder(GraphDef prototype) GraphDef.newBuilderForType()protected GraphDef.BuilderGraphDef.newBuilderForType(GeneratedMessageV3.BuilderParent parent) GraphDef.Builder.removeNode(int index) repeated .tensorflow.NodeDef node = 1;GraphDef.Builder.setDebugInfo(GraphDebugInfo value) Stack traces for the nodes in this graph.GraphDef.Builder.setDebugInfo(GraphDebugInfo.Builder builderForValue) Stack traces for the nodes in this graph.GraphDef.Builder.setField(Descriptors.FieldDescriptor field, Object value) GraphDef.Builder.setLibrary(FunctionDefLibrary value) "library" provides user-defined functions.GraphDef.Builder.setLibrary(FunctionDefLibrary.Builder builderForValue) "library" provides user-defined functions.repeated .tensorflow.NodeDef node = 1;GraphDef.Builder.setNode(int index, NodeDef.Builder builderForValue) repeated .tensorflow.NodeDef node = 1;GraphDef.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) final GraphDef.BuilderGraphDef.Builder.setUnknownFields(UnknownFieldSet unknownFields) GraphDef.Builder.setVersion(int value) Deprecated.tensorflow.GraphDef.version is deprecated.GraphDef.Builder.setVersions(VersionDef value) Compatibility versions of the graph.GraphDef.Builder.setVersions(VersionDef.Builder builderForValue) Compatibility versions of the graph.GraphDef.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type GraphDef.BuilderModifier and TypeMethodDescriptionRunMetadata.Builder.getPartitionGraphsBuilderList()Graphs of the partitions executed by executors.RunMetadata.FunctionGraphs.Builder.getPartitionGraphsBuilderList()TODO(nareshmodi): Include some sort of function/cache-key identifier?Methods in org.tensorflow.proto with parameters of type GraphDef.BuilderModifier and TypeMethodDescriptionRunMetadata.Builder.addPartitionGraphs(int index, GraphDef.Builder builderForValue) Graphs of the partitions executed by executors.RunMetadata.Builder.addPartitionGraphs(GraphDef.Builder builderForValue) Graphs of the partitions executed by executors.RunMetadata.FunctionGraphs.Builder.addPartitionGraphs(int index, GraphDef.Builder builderForValue) TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.Builder.addPartitionGraphs(GraphDef.Builder builderForValue) TODO(nareshmodi): Include some sort of function/cache-key identifier?OptimizedFunctionGraphOuterClass.OptimizedFunctionGraph.Builder.setFunctionGraph(GraphDef.Builder builderForValue) Optimized function graph.MetaGraphDef.Builder.setGraphDef(GraphDef.Builder builderForValue) GraphDef.RunMetadata.Builder.setPartitionGraphs(int index, GraphDef.Builder builderForValue) Graphs of the partitions executed by executors.RunMetadata.FunctionGraphs.Builder.setPartitionGraphs(int index, GraphDef.Builder builderForValue) TODO(nareshmodi): Include some sort of function/cache-key identifier?RunMetadata.FunctionGraphs.Builder.setPostOptimizationGraph(GraphDef.Builder builderForValue) .tensorflow.GraphDef post_optimization_graph = 3;RunMetadata.FunctionGraphs.Builder.setPreOptimizationGraph(GraphDef.Builder builderForValue) .tensorflow.GraphDef pre_optimization_graph = 2;