Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dsoftmax.h26 GPUOperation CreateSoftmax(const OperationDef& definition);
Dsoftmax.cc66 GPUOperation CreateSoftmax(const OperationDef& definition) { in CreateSoftmax() function
Dsoftmax_test_util.cc44 GPUOperation operation = CreateSoftmax(op_def); in SoftmaxTest()
84 GPUOperation operation = CreateSoftmax(op_def); in SoftmaxBigNumberTest()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Dsimple_selectors.cc176 GPUOperation operation = CreateSoftmax(op_def); in SelectSoftmax()