Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dreduce_window_test.cc576 struct R4ReduceWindowTestData { struct
577 int64_t base_bounds[4];
578 int64_t window_bounds[4];
579 int64_t strides[4];
580 int64_t pad_low[4];
581 int64_t pad_high[4];
582 int64_t layout[4];
584 Reducer reducer;
587 std::string R4ReduceWindowTestDataToString( in R4ReduceWindowTestDataToString()