Searched refs:FixedDimComparator (Results 1 – 3 of 3) sorted by relevance
96 class FixedDimComparator : DimComparator {98 FixedDimComparator(const TTypes<int64_t>::Matrix& ix, in FixedDimComparator() function
76 FixedDimComparator<3> sorter_fixed(map, order, shape); in TEST()87 FixedDimComparator<3> sorter1_fixed(map, order1, shape); in TEST()
287 FixedDimComparator<ORDER_SIZE> sorter(ix_t, order, shape()); \ in Reorder()