Searched refs:softmax_kernel (Results 1 – 3 of 3) sorted by relevance
72 auto softmax_kernel = reinterpret_cast<SoftmaxGradCPUKernel *>(cdata); in SoftmaxGradRun() local73 auto error_code = softmax_kernel->Execute(task_id); in SoftmaxGradRun()
84 auto softmax_kernel = reinterpret_cast<SoftmaxCrossEntropyWithLogitsCPUKernel *>(cdata); in SoftmaxCrossEntropyWithLogitsRun() local85 auto error_code = softmax_kernel->Execute(task_id); in SoftmaxCrossEntropyWithLogitsRun()
118 auto softmax_kernel = reinterpret_cast<SoftmaxInt8CPUKernel *>(cdata); in SoftmaxRun() local119 auto error_code = softmax_kernel->DoSoftmax(task_id); in SoftmaxRun()