Uses of Class
org.tensorflow.framework.GraphDef.Builder
-
Packages that use GraphDef.Builder Package Description org.tensorflow.distruntime org.tensorflow.framework -
-
Uses of GraphDef.Builder in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return GraphDef.Builder Modifier and Type Method Description GraphDef.Builder
RunGraphResponse.Builder. addPartitionGraphBuilder()
repeated .tensorflow.GraphDef partition_graph = 4;
GraphDef.Builder
RunGraphResponse.Builder. addPartitionGraphBuilder(int index)
repeated .tensorflow.GraphDef partition_graph = 4;
GraphDef.Builder
CreateSessionRequest.Builder. getGraphDefBuilder()
The initial graph definition.GraphDef.Builder
ExtendSessionRequest.Builder. getGraphDefBuilder()
REQUIRED: The nodes to be added to the session's graph.GraphDef.Builder
RegisterGraphRequest.Builder. getGraphDefBuilder()
"graph_def" has the subgraph of nodes for this worker, with each node having its device_name filled in.GraphDef.Builder
RunGraphResponse.Builder. getPartitionGraphBuilder(int index)
repeated .tensorflow.GraphDef partition_graph = 4;
Methods in org.tensorflow.distruntime that return types with arguments of type GraphDef.Builder Modifier and Type Method Description List<GraphDef.Builder>
RunGraphResponse.Builder. getPartitionGraphBuilderList()
repeated .tensorflow.GraphDef partition_graph = 4;
Methods in org.tensorflow.distruntime with parameters of type GraphDef.Builder Modifier and Type Method Description RunGraphResponse.Builder
RunGraphResponse.Builder. addPartitionGraph(int index, GraphDef.Builder builderForValue)
repeated .tensorflow.GraphDef partition_graph = 4;
RunGraphResponse.Builder
RunGraphResponse.Builder. addPartitionGraph(GraphDef.Builder builderForValue)
repeated .tensorflow.GraphDef partition_graph = 4;
CreateSessionRequest.Builder
CreateSessionRequest.Builder. setGraphDef(GraphDef.Builder builderForValue)
The initial graph definition.ExtendSessionRequest.Builder
ExtendSessionRequest.Builder. setGraphDef(GraphDef.Builder builderForValue)
REQUIRED: The nodes to be added to the session's graph.RegisterGraphRequest.Builder
RegisterGraphRequest.Builder. setGraphDef(GraphDef.Builder builderForValue)
"graph_def" has the subgraph of nodes for this worker, with each node having its device_name filled in.RunGraphResponse.Builder
RunGraphResponse.Builder. setPartitionGraph(int index, GraphDef.Builder builderForValue)
repeated .tensorflow.GraphDef partition_graph = 4;
-
Uses of GraphDef.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return GraphDef.Builder Modifier and Type Method Description GraphDef.Builder
GraphDef.Builder. addAllNode(Iterable<? extends NodeDef> values)
repeated .tensorflow.NodeDef node = 1;
GraphDef.Builder
GraphDef.Builder. addNode(int index, NodeDef value)
repeated .tensorflow.NodeDef node = 1;
GraphDef.Builder
GraphDef.Builder. addNode(int index, NodeDef.Builder builderForValue)
repeated .tensorflow.NodeDef node = 1;
GraphDef.Builder
GraphDef.Builder. addNode(NodeDef value)
repeated .tensorflow.NodeDef node = 1;
GraphDef.Builder
GraphDef.Builder. addNode(NodeDef.Builder builderForValue)
repeated .tensorflow.NodeDef node = 1;
GraphDef.Builder
RunMetadata.Builder. addPartitionGraphsBuilder()
Graphs of the partitions executed by executors.GraphDef.Builder
RunMetadata.Builder. addPartitionGraphsBuilder(int index)
Graphs of the partitions executed by executors.GraphDef.Builder
GraphDef.Builder. addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
GraphDef.Builder
GraphDef.Builder. clear()
GraphDef.Builder
GraphDef.Builder. clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
GraphDef.Builder
GraphDef.Builder. clearLibrary()
EXPERIMENTAL.GraphDef.Builder
GraphDef.Builder. clearNode()
repeated .tensorflow.NodeDef node = 1;
GraphDef.Builder
GraphDef.Builder. clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
GraphDef.Builder
GraphDef.Builder. clearVersion()
Deprecated.tensorflow.GraphDef.version is deprecated.GraphDef.Builder
GraphDef.Builder. clearVersions()
Compatibility versions of the graph.GraphDef.Builder
GraphDef.Builder. clone()
GraphDef.Builder
MetaGraphDef.Builder. getGraphDefBuilder()
GraphDef.GraphDef.Builder
RunMetadata.Builder. getPartitionGraphsBuilder(int index)
Graphs of the partitions executed by executors.GraphDef.Builder
RemoteFusedGraphExecuteInfo.Builder. getRemoteGraphBuilder()
Definition of remote graphGraphDef.Builder
GraphDef.Builder. mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
GraphDef.Builder
GraphDef.Builder. mergeFrom(org.nd4j.shade.protobuf.Message other)
GraphDef.Builder
GraphDef.Builder. mergeFrom(GraphDef other)
GraphDef.Builder
GraphDef.Builder. mergeLibrary(FunctionDefLibrary value)
EXPERIMENTAL.GraphDef.Builder
GraphDef.Builder. mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
GraphDef.Builder
GraphDef.Builder. mergeVersions(VersionDef value)
Compatibility versions of the graph.static GraphDef.Builder
GraphDef. newBuilder()
static GraphDef.Builder
GraphDef. newBuilder(GraphDef prototype)
GraphDef.Builder
GraphDef. newBuilderForType()
protected GraphDef.Builder
GraphDef. newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent)
GraphDef.Builder
GraphDef.Builder. removeNode(int index)
repeated .tensorflow.NodeDef node = 1;
GraphDef.Builder
GraphDef.Builder. setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
GraphDef.Builder
GraphDef.Builder. setLibrary(FunctionDefLibrary value)
EXPERIMENTAL.GraphDef.Builder
GraphDef.Builder. setLibrary(FunctionDefLibrary.Builder builderForValue)
EXPERIMENTAL.GraphDef.Builder
GraphDef.Builder. setNode(int index, NodeDef value)
repeated .tensorflow.NodeDef node = 1;
GraphDef.Builder
GraphDef.Builder. setNode(int index, NodeDef.Builder builderForValue)
repeated .tensorflow.NodeDef node = 1;
GraphDef.Builder
GraphDef.Builder. setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
GraphDef.Builder
GraphDef.Builder. setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
GraphDef.Builder
GraphDef.Builder. setVersion(int value)
Deprecated.tensorflow.GraphDef.version is deprecated.GraphDef.Builder
GraphDef.Builder. setVersions(VersionDef value)
Compatibility versions of the graph.GraphDef.Builder
GraphDef.Builder. setVersions(VersionDef.Builder builderForValue)
Compatibility versions of the graph.GraphDef.Builder
GraphDef. toBuilder()
Methods in org.tensorflow.framework that return types with arguments of type GraphDef.Builder Modifier and Type Method Description List<GraphDef.Builder>
RunMetadata.Builder. getPartitionGraphsBuilderList()
Graphs of the partitions executed by executors.Methods in org.tensorflow.framework with parameters of type GraphDef.Builder Modifier and Type Method Description RunMetadata.Builder
RunMetadata.Builder. addPartitionGraphs(int index, GraphDef.Builder builderForValue)
Graphs of the partitions executed by executors.RunMetadata.Builder
RunMetadata.Builder. addPartitionGraphs(GraphDef.Builder builderForValue)
Graphs of the partitions executed by executors.MetaGraphDef.Builder
MetaGraphDef.Builder. setGraphDef(GraphDef.Builder builderForValue)
GraphDef.RunMetadata.Builder
RunMetadata.Builder. setPartitionGraphs(int index, GraphDef.Builder builderForValue)
Graphs of the partitions executed by executors.RemoteFusedGraphExecuteInfo.Builder
RemoteFusedGraphExecuteInfo.Builder. setRemoteGraph(GraphDef.Builder builderForValue)
Definition of remote graph
-