Searched refs:FixedDimComparator (Results 1 – 3 of 3) sorted by relevance
95 class FixedDimComparator : DimComparator {97 FixedDimComparator(const TTypes<int64>::Matrix& ix, const VarDimArray& order, in FixedDimComparator() function
75 FixedDimComparator<3> sorter_fixed(map, order, shape); in TEST()86 FixedDimComparator<3> sorter1_fixed(map, order1, shape); in TEST()
394 FixedDimComparator<ORDER_SIZE> sorter(ix_t, order, shape()); \ in Reorder()