Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/test/
H A Dav1_softmax_test.cc35 class FastSoftmaxTest : public ::testing::TestWithParam<FastSoftmaxTestParams> { class
37 FastSoftmaxTest() : target_fn_(GET_PARAM(0)), num_classes_(GET_PARAM(1)) {} in FastSoftmaxTest() function in __anone07217d50111::FastSoftmaxTest
96 TEST_P(FastSoftmaxTest, RandomValues) { in TEST_P() argument
101 TEST_P(FastSoftmaxTest, DISABLED_Speed) { in TEST_P() argument