Home
last modified time | relevance | path

Searched defs:pooled_h (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Droi_pooling.cc27 void ROIPooling::set_pooled_h(const int64_t pooled_h) { (void)this->AddAttr(kPooledH, api::MakeValu… in set_pooled_h()
45 void ROIPooling::Init(const int64_t pooled_h, const int64_t pooled_w, const float scale) { in Init()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/infer/
Ddpico_psroi_pool_infer.cc93 int pooled_h = group_size; in Infer() local
/third_party/mindspore/mindspore-src/source/tests/ut/python/parallel/
Dtest_roi_align.py46 def __init__(self, pooled_h, pooled_w, spatial_scale, strategy=None): argument
/third_party/mindspore/mindspore-src/source/third_party/proto/caffe/
Dcaffe.proto1106 optional uint32 pooled_h = 1 [default = 0]; // The pooled output height field
1639 optional uint32 pooled_h = 1 [default = 0]; // The pooled output height field
/third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/src/
Dmindir_1.cc1260 PrimitivePtr MindIR_ROIPooling_CreatePrimitive(int64_t pooled_h, int64_t pooled_w, float scale) { in MindIR_ROIPooling_CreatePrimitive()
1284 void MindIR_ROIPooling_SetPooledH(PrimitivePtr *primitive, int64_t pooled_h) { in MindIR_ROIPooling_SetPooledH()