Searched refs:subgraph_options (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | graph_execution_state.h | 112 const BuildGraphOptions& subgraph_options,
|
D | direct_session.cc | 1579 const BuildGraphOptions& subgraph_options, in CreateGraphs() argument 1603 *execution_state_, prune_options, subgraph_options, in CreateGraphs() 1609 execution_state->BuildGraph(subgraph_options, &client_graph)); in CreateGraphs() 1613 if (subgraph_options.callable_options.feed_size() != in CreateGraphs() 1617 subgraph_options.callable_options.feed_size(), in CreateGraphs() 1621 if (subgraph_options.callable_options.fetch_size() != in CreateGraphs() 1625 subgraph_options.callable_options.fetch_size(), in CreateGraphs()
|
D | graph_execution_state.cc | 133 const BuildGraphOptions& subgraph_options, in MakeForPrunedGraph() argument 172 TF_RETURN_IF_ERROR(ret->PruneGraph(subgraph_options, base_graph.get(), in MakeForPrunedGraph() 175 TF_RETURN_IF_ERROR(ret->BuildGraph(subgraph_options, out_client_graph)); in MakeForPrunedGraph()
|