Searched defs:FastSoftmaxTest (Results 1 – 1 of 1) sorted by relevance
35 class FastSoftmaxTest : public ::testing::TestWithParam<FastSoftmaxTestParams> { class37 FastSoftmaxTest() : target_fn_(GET_PARAM(0)), num_classes_(GET_PARAM(1)) {} in FastSoftmaxTest() function in __anone07217d50111::FastSoftmaxTest96 TEST_P(FastSoftmaxTest, RandomValues) { in TEST_P() argument101 TEST_P(FastSoftmaxTest, DISABLED_Speed) { in TEST_P() argument