Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.cc846 std::vector<Node*> tl_push_nodes; in RewriteTensorListWithConstElement() local
849 tl_push_nodes.push_back(out_edge->dst()); in RewriteTensorListWithConstElement()
852 if (tl_push_nodes.size() != 1) { in RewriteTensorListWithConstElement()
859 TF_CHECK_OK(tl_push_nodes[0]->input_node(1, &input_node)); in RewriteTensorListWithConstElement()