Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dconvolution_depthwise_fp32.cc69 int ConvDwRun(void *cdata, int task_id, float lhs_scale, float rhs_scale) { in ConvDwRun() function
92 auto ret = ParallelLaunch(this->ms_context_, ConvDwRun, this, conv_param_->thread_num_); in Run()