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()346 std::vector<size_t> sorted_name_idx(tensor_names_flat.size()); in RestoreTensorsV2() local347 std::iota(sorted_name_idx.begin(), sorted_name_idx.end(), 0); in RestoreTensorsV2()348 std::sort(sorted_name_idx.begin(), sorted_name_idx.end(), in RestoreTensorsV2()360 for (const size_t i : sorted_name_idx) { in RestoreTensorsV2()379 for (auto i : sorted_name_idx) { in RestoreTensorsV2()414 for (auto i : sorted_name_idx) { in RestoreTensorsV2()