Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLSoftmaxLayer.cpp74 SoftmaxKernelInfo softmax_info{ beta, IS_LOG, input->info()->data_type(), axis }; in configure() local
84 SoftmaxKernelInfo softmax_info{ beta, IS_LOG, input->data_type(), axis }; in validate() local