Home
last modified time | relevance | path

Searched refs:CreateSoftmax1x1 (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dsoftmax1x1.h44 friend Softmax1x1 CreateSoftmax1x1();
50 Softmax1x1 CreateSoftmax1x1(const OperationDef& definition);
Dsoftmax_test_util.cc114 Softmax1x1 operation = CreateSoftmax1x1(op_def); in Softmax1x1Test()
153 Softmax1x1 operation = CreateSoftmax1x1(op_def); in Softmax1x1BigNumberTest()
Dsoftmax1x1.cc141 Softmax1x1 CreateSoftmax1x1(const OperationDef& definition) { in CreateSoftmax1x1() function
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Dsimple_selectors.cc173 Softmax1x1 operation = CreateSoftmax1x1(op_def); in SelectSoftmax()