Home
last modified time | relevance | path

Searched defs:GetSoftmaxKernelCode (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Dsoftmax.cc27 std::string GetSoftmaxKernelCode(const OperationDef& op_def) { in GetSoftmaxKernelCode() function
H A Dsoftmax1x1.cc42 std::string Softmax1x1::GetSoftmaxKernelCode(const OperationDef& op_def) { in GetSoftmaxKernelCode() function in tflite::gpu::Softmax1x1