Searched refs:SoftmaxRun (Results 1 – 1 of 1) sorted by relevance
116 int SoftmaxRun(void *cdata, int task_id, float lhs_scale, float rhs_scale) { in SoftmaxRun() function145 auto ret = ParallelLaunch(this->ms_context_, SoftmaxRun, this, thread_count_); in Run()