Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dsoftmax_int8.cc116 int SoftmaxRun(void *cdata, int task_id, float lhs_scale, float rhs_scale) { in SoftmaxRun() function
145 auto ret = ParallelLaunch(this->ms_context_, SoftmaxRun, this, thread_count_); in Run()