Home
last modified time | relevance | path

Searched refs:feed_types (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_execution_state.h56 DataTypeVector feed_types, DataTypeVector fetch_types, in ClientGraph()
60 feed_types(std::move(feed_types)), in ClientGraph()
67 DataTypeVector feed_types; member
Dgraph_execution_state.cc597 CHECK_EQ(out_rewrite_metadata->feed_types.size(), in PruneGraph()
601 out_rewrite_metadata->feed_types.pop_back(); in PruneGraph()
887 rewrite_metadata.feed_types.size()); in BuildGraph()
957 new ClientGraph(std::move(optimized_flib), rewrite_metadata.feed_types, in BuildGraph()
Ddirect_session.cc1614 client_graph->feed_types.size()) { in CreateGraphs()
1619 client_graph->feed_types.size()); in CreateGraphs()
1733 std::swap(*input_types, client_graph->feed_types); in CreateGraphs()
/external/tensorflow/tensorflow/core/graph/
Dsubgraph.h36 DataTypeVector feed_types; member
Dsubgraph_test.cc128 EXPECT_EQ(fed.size(), metadata.feed_types.size()); in Subgraph()
Dsubgraph.cc378 FeedInputs(g, feed_rewrites, &name_index, &out_metadata->feed_types)); in RewriteGraphForExecution()