Home
last modified time | relevance | path

Searched refs:GetSoftmaxKernelCode (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dsoftmax.cc27 std::string GetSoftmaxKernelCode(const OperationDef& op_def) { in GetSoftmaxKernelCode() function
78 op.code_ = GetSoftmaxKernelCode(definition); in CreateSoftmax()
Dsoftmax1x1.cc29 code_ = GetSoftmaxKernelCode(definition_); in Softmax1x1()
41 std::string Softmax1x1::GetSoftmaxKernelCode(const OperationDef& op_def) { in GetSoftmaxKernelCode() function in tflite::gpu::Softmax1x1
Dsoftmax1x1.h47 std::string GetSoftmaxKernelCode(const OperationDef& op_def);