Searched defs:ReduceLayout (Results 1 – 1 of 1) sorted by relevance
31 struct ReduceLayout { struct32 std::array<int64, 4> input_minor_to_major;33 std::array<int64, 3> output_minor_to_major;35 string ToString() const { in ToString()