Uses of Interface
org.tensorflow.framework.GraphDefOrBuilder
-
Packages that use GraphDefOrBuilder Package Description org.tensorflow.distruntime org.tensorflow.framework -
-
Uses of GraphDefOrBuilder in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return GraphDefOrBuilder Modifier and Type Method Description GraphDefOrBuilder
CreateSessionRequest.Builder. getGraphDefOrBuilder()
The initial graph definition.GraphDefOrBuilder
CreateSessionRequest. getGraphDefOrBuilder()
The initial graph definition.GraphDefOrBuilder
CreateSessionRequestOrBuilder. getGraphDefOrBuilder()
The initial graph definition.GraphDefOrBuilder
ExtendSessionRequest.Builder. getGraphDefOrBuilder()
REQUIRED: The nodes to be added to the session's graph.GraphDefOrBuilder
ExtendSessionRequest. getGraphDefOrBuilder()
REQUIRED: The nodes to be added to the session's graph.GraphDefOrBuilder
ExtendSessionRequestOrBuilder. getGraphDefOrBuilder()
REQUIRED: The nodes to be added to the session's graph.GraphDefOrBuilder
RegisterGraphRequest.Builder. getGraphDefOrBuilder()
"graph_def" has the subgraph of nodes for this worker, with each node having its device_name filled in.GraphDefOrBuilder
RegisterGraphRequest. getGraphDefOrBuilder()
"graph_def" has the subgraph of nodes for this worker, with each node having its device_name filled in.GraphDefOrBuilder
RegisterGraphRequestOrBuilder. getGraphDefOrBuilder()
"graph_def" has the subgraph of nodes for this worker, with each node having its device_name filled in.GraphDefOrBuilder
RunGraphResponse.Builder. getPartitionGraphOrBuilder(int index)
repeated .tensorflow.GraphDef partition_graph = 4;
GraphDefOrBuilder
RunGraphResponse. getPartitionGraphOrBuilder(int index)
repeated .tensorflow.GraphDef partition_graph = 4;
GraphDefOrBuilder
RunGraphResponseOrBuilder. getPartitionGraphOrBuilder(int index)
repeated .tensorflow.GraphDef partition_graph = 4;
Methods in org.tensorflow.distruntime that return types with arguments of type GraphDefOrBuilder Modifier and Type Method Description List<? extends GraphDefOrBuilder>
RunGraphResponse.Builder. getPartitionGraphOrBuilderList()
repeated .tensorflow.GraphDef partition_graph = 4;
List<? extends GraphDefOrBuilder>
RunGraphResponse. getPartitionGraphOrBuilderList()
repeated .tensorflow.GraphDef partition_graph = 4;
List<? extends GraphDefOrBuilder>
RunGraphResponseOrBuilder. getPartitionGraphOrBuilderList()
repeated .tensorflow.GraphDef partition_graph = 4;
-
Uses of GraphDefOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement GraphDefOrBuilder Modifier and Type Class Description class
GraphDef
Represents the graph of operationsstatic class
GraphDef.Builder
Represents the graph of operationsMethods in org.tensorflow.framework that return GraphDefOrBuilder Modifier and Type Method Description GraphDefOrBuilder
MetaGraphDef.Builder. getGraphDefOrBuilder()
GraphDef.GraphDefOrBuilder
MetaGraphDef. getGraphDefOrBuilder()
GraphDef.GraphDefOrBuilder
MetaGraphDefOrBuilder. getGraphDefOrBuilder()
GraphDef.GraphDefOrBuilder
RunMetadata.Builder. getPartitionGraphsOrBuilder(int index)
Graphs of the partitions executed by executors.GraphDefOrBuilder
RunMetadata. getPartitionGraphsOrBuilder(int index)
Graphs of the partitions executed by executors.GraphDefOrBuilder
RunMetadataOrBuilder. getPartitionGraphsOrBuilder(int index)
Graphs of the partitions executed by executors.GraphDefOrBuilder
RemoteFusedGraphExecuteInfo.Builder. getRemoteGraphOrBuilder()
Definition of remote graphGraphDefOrBuilder
RemoteFusedGraphExecuteInfo. getRemoteGraphOrBuilder()
Definition of remote graphGraphDefOrBuilder
RemoteFusedGraphExecuteInfoOrBuilder. getRemoteGraphOrBuilder()
Definition of remote graphMethods in org.tensorflow.framework that return types with arguments of type GraphDefOrBuilder Modifier and Type Method Description List<? extends GraphDefOrBuilder>
RunMetadata.Builder. getPartitionGraphsOrBuilderList()
Graphs of the partitions executed by executors.List<? extends GraphDefOrBuilder>
RunMetadata. getPartitionGraphsOrBuilderList()
Graphs of the partitions executed by executors.List<? extends GraphDefOrBuilder>
RunMetadataOrBuilder. getPartitionGraphsOrBuilderList()
Graphs of the partitions executed by executors.
-