Home
last modified time | relevance | path

Searched defs:ReduceLayout (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dreduce_hlo_test.cc31 struct ReduceLayout { struct
32 std::array<int64, 4> input_minor_to_major;
33 std::array<int64, 3> output_minor_to_major;
35 string ToString() const { in ToString()