Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dload_and_remap_matrix_op.cc39 std::unordered_map<int64, int64>* old_id_to_new_id) { in RemapVectorToMap() argument
46 if (!gtl::InsertIfNotPresent(old_id_to_new_id, old_id, i)) { in RemapVectorToMap()
49 old_id_to_new_id->at(old_id), " and ", i, in RemapVectorToMap()