Searched defs:Softmax1x1 (Results 1 – 3 of 3) sorted by relevance
26 Softmax1x1::Softmax1x1(const OperationDef& definition) in Softmax1x1() function in tflite::gpu::Softmax1x132 Softmax1x1::Softmax1x1(Softmax1x1&& kernel) : GPUOperation(std::move(kernel)) {} in Softmax1x1() function in tflite::gpu::Softmax1x1
30 TEST_F(OpenCLOperationTest, Softmax1x1) { in TEST_F() argument
97 TEST(SoftmaxTest, Softmax1x1) { in TEST() argument