Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dencapsulate_tpu_computations_pass.cc1407 std::map<int, int> ret_index_mapping; in RemoveUnusedXlaOutput() local
1413 ret_index_mapping[i] = new_ret_index; in RemoveUnusedXlaOutput()
1421 n->AddAttr("index", ret_index_mapping[index]); in RemoveUnusedXlaOutput()
1427 for (const auto& e : ret_index_mapping) { in RemoveUnusedXlaOutput()
1446 auto iter = ret_index_mapping.find(j); in RemoveUnusedXlaOutput()
1447 if (iter != ret_index_mapping.end()) { in RemoveUnusedXlaOutput()