Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dcrop_and_resize_fp32.cc112 int CropAndResizeImpl(void *cdata, int task_id, float lhs_scale, float rhs_scale) { in CropAndResizeImpl() function
171 …int error_code = ParallelLaunch(this->ms_context_, CropAndResizeImpl, this, op_parameter_->thread_… in Run()