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 GraphDefOrBuilderCreateSessionRequest.Builder. getGraphDefOrBuilder()The initial graph definition.GraphDefOrBuilderCreateSessionRequest. getGraphDefOrBuilder()The initial graph definition.GraphDefOrBuilderCreateSessionRequestOrBuilder. getGraphDefOrBuilder()The initial graph definition.GraphDefOrBuilderExtendSessionRequest.Builder. getGraphDefOrBuilder()REQUIRED: The nodes to be added to the session's graph.GraphDefOrBuilderExtendSessionRequest. getGraphDefOrBuilder()REQUIRED: The nodes to be added to the session's graph.GraphDefOrBuilderExtendSessionRequestOrBuilder. getGraphDefOrBuilder()REQUIRED: The nodes to be added to the session's graph.GraphDefOrBuilderRegisterGraphRequest.Builder. getGraphDefOrBuilder()"graph_def" has the subgraph of nodes for this worker, with each node having its device_name filled in.GraphDefOrBuilderRegisterGraphRequest. getGraphDefOrBuilder()"graph_def" has the subgraph of nodes for this worker, with each node having its device_name filled in.GraphDefOrBuilderRegisterGraphRequestOrBuilder. getGraphDefOrBuilder()"graph_def" has the subgraph of nodes for this worker, with each node having its device_name filled in.GraphDefOrBuilderRunGraphResponse.Builder. getPartitionGraphOrBuilder(int index)repeated .tensorflow.GraphDef partition_graph = 4;GraphDefOrBuilderRunGraphResponse. getPartitionGraphOrBuilder(int index)repeated .tensorflow.GraphDef partition_graph = 4;GraphDefOrBuilderRunGraphResponseOrBuilder. 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 classGraphDefRepresents the graph of operationsstatic classGraphDef.BuilderRepresents the graph of operationsMethods in org.tensorflow.framework that return GraphDefOrBuilder Modifier and Type Method Description GraphDefOrBuilderMetaGraphDef.Builder. getGraphDefOrBuilder()GraphDef.GraphDefOrBuilderMetaGraphDef. getGraphDefOrBuilder()GraphDef.GraphDefOrBuilderMetaGraphDefOrBuilder. getGraphDefOrBuilder()GraphDef.GraphDefOrBuilderRunMetadata.Builder. getPartitionGraphsOrBuilder(int index)Graphs of the partitions executed by executors.GraphDefOrBuilderRunMetadata. getPartitionGraphsOrBuilder(int index)Graphs of the partitions executed by executors.GraphDefOrBuilderRunMetadataOrBuilder. getPartitionGraphsOrBuilder(int index)Graphs of the partitions executed by executors.GraphDefOrBuilderRemoteFusedGraphExecuteInfo.Builder. getRemoteGraphOrBuilder()Definition of remote graphGraphDefOrBuilderRemoteFusedGraphExecuteInfo. getRemoteGraphOrBuilder()Definition of remote graphGraphDefOrBuilderRemoteFusedGraphExecuteInfoOrBuilder. 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.
-