Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dreduce_window_test.cc65 class ReduceWindowTest : public ::testing::WithParamInterface<bool>, class
68 ReduceWindowTest() : builder_(TestName()) { set_use_bfloat16(GetParam()); } in ReduceWindowTest() function in xla::__anonacae252d0111::ReduceWindowTest
106 XLA_TEST_P(ReduceWindowTest, MismatchedRanksGivesErrorStatus) { in XLA_TEST_P() argument
123 XLA_TEST_P(ReduceWindowTest, R0ReduceWindow) { in XLA_TEST_P() argument
135 XLA_TEST_P(ReduceWindowTest, Min3In5Stride2) { in XLA_TEST_P() argument
143 XLA_TEST_P(ReduceWindowTest, Min3In5Stride2Same) { in XLA_TEST_P() argument
152 XLA_TEST_P(ReduceWindowTest, Min3In5Stride1WithSamePadding) { in XLA_TEST_P() argument
162 XLA_TEST_P(ReduceWindowTest, ZeroElementSmall) { in XLA_TEST_P() argument
175 XLA_TEST_P(ReduceWindowTest, NonSquareSmall) { in XLA_TEST_P() argument
190 XLA_TEST_P(ReduceWindowTest, MiddleDimsSmall) { in XLA_TEST_P() argument
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Dreduce_window_test.py27 class ReduceWindowTest(xla_test.XLATestCase): class