Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dsoftmax1x1.cc26 Softmax1x1::Softmax1x1(const OperationDef& definition) in Softmax1x1() function in tflite::gpu::Softmax1x1
32 Softmax1x1::Softmax1x1(Softmax1x1&& kernel) : GPUOperation(std::move(kernel)) {} in Softmax1x1() function in tflite::gpu::Softmax1x1
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dsoftmax1x1_test.cc30 TEST_F(OpenCLOperationTest, Softmax1x1) { in TEST_F() argument
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dsoftmax_test.cc97 TEST(SoftmaxTest, Softmax1x1) { in TEST() argument