Searched refs:ret_index_mapping (Results 1 – 1 of 1) sorted by relevance
1407 std::map<int, int> ret_index_mapping; in RemoveUnusedXlaOutput() local1413 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()