Searched refs:sorted_name_idx (Results 1 – 1 of 1) sorted by relevance
93 std::vector<size_t> sorted_name_idx(tensor_names_flat.size()); in SaveTensors() local94 std::iota(sorted_name_idx.begin(), sorted_name_idx.end(), 0); in SaveTensors()95 std::sort(sorted_name_idx.begin(), sorted_name_idx.end(), in SaveTensors()100 for (const size_t i : sorted_name_idx) { in SaveTensors()327 std::vector<size_t> sorted_name_idx(tensor_names_flat.size()); in RestoreTensorsV2() local328 std::iota(sorted_name_idx.begin(), sorted_name_idx.end(), 0); in RestoreTensorsV2()329 std::sort(sorted_name_idx.begin(), sorted_name_idx.end(), in RestoreTensorsV2()341 for (const size_t i : sorted_name_idx) { in RestoreTensorsV2()360 for (auto i : sorted_name_idx) { in RestoreTensorsV2()395 for (auto i : sorted_name_idx) { in RestoreTensorsV2()