Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dconvolution_depthwise_3x3_int8.cc151 int ConvDw3x3Int8Run(void *cdata, int task_id, float lhs_scale, float rhs_scale) { in ConvDw3x3Int8Run() function
194 ret = ParallelLaunch(this->ms_context_, ConvDw3x3Int8Run, this, conv_param_->thread_num_); in Run()