Home
last modified time | relevance | path

Searched defs:ROIPooling (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Droi_pooling.h35 ROIPooling() : BaseOperator(kNameROIPooling) {} in ROIPooling() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Droi_pooling_fp32.c24 int ROIPooling(const float *in_ptr, float *out_ptr, const float *roi, float *max_c, int tid, in ROIPooling() function