Home | History | Annotate | Download | only in test

Lines Matching refs:reduced

64   Tensor<Tuple<DenseIndex, float>, 0, DataLayout> reduced;
66 reduced = index_tuples.reduce(
71 VERIFY_IS_EQUAL(maxi(), reduced(0).second);
96 Tensor<Tuple<DenseIndex, float>, 0, DataLayout> reduced;
98 reduced = index_tuples.reduce(
103 VERIFY_IS_EQUAL(mini(), reduced(0).second);
190 // Expect max to be in the first index of the reduced dimension
212 // Expect max to be in the last index of the reduced dimension
248 // Expect min to be in the first index of the reduced dimension
270 // Expect min to be in the last index of the reduced dimension