Uses of Class
org.tensorflow.framework.GraphDef.Builder
Packages that use GraphDef.Builder
-
Uses of GraphDef.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework 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(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GraphDef.Builder.clear()GraphDef.Builder.clearDebugInfo()Stack traces for the nodes in this graph.GraphDef.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) GraphDef.Builder.clearLibrary()"library" provides user-defined functions.GraphDef.Builder.clearNode()repeated .tensorflow.NodeDef node = 1;GraphDef.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) GraphDef.Builder.clearVersion()Deprecated.tensorflow.GraphDef.version is deprecated.GraphDef.Builder.clearVersions()Compatibility versions of the graph.GraphDef.Builder.clone()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(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GraphDef.Builder.mergeFrom(com.google.protobuf.Message other) GraphDef.Builder.mergeLibrary(FunctionDefLibrary value) "library" provides user-defined functions.final GraphDef.BuilderGraphDef.Builder.mergeUnknownFields(com.google.protobuf.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(com.google.protobuf.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.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(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final GraphDef.BuilderGraphDef.Builder.setUnknownFields(com.google.protobuf.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.framework 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.framework 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?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;