Searched defs:ReduceLayout (Results 1 – 1 of 1) sorted by relevance
30 struct ReduceLayout { struct31 std::array<int64_t, 4> input_minor_to_major;32 std::array<int64_t, 3> output_minor_to_major;34 std::string ToString() const { in ToString()