Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/
Dscale_fp16.cc92 int ScaleFp16Run(void *cdata, int task_id, float lhs_scale, float rhs_scale) { in ScaleFp16Run() function
124 ret = ParallelLaunch(this->ms_context_, ScaleFp16Run, this, op_parameter_->thread_num_); in Run()