Searched refs:CompareBySize (Results 1 – 3 of 3) sorted by relevance
28 bool CompareBySize(const TensorUsageWithIndex<size_t>& first, in CompareBySize() function82 std::sort(task_profile.begin(), task_profile.end(), CompareBySize); in CalculateTaskProfiles()
45 bool CompareBySize(const TensorUsageWithIndex<size_t>& first,
80 std::sort(ordered_records.begin(), ordered_records.end(), CompareBySize); in GreedyBySizeAssignment()