Home
last modified time | relevance | path

Searched defs:pooled_width (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Droi_align_impl.cu73 … const int pooled_height, const int pooled_width, int *offset, int *n, int *c, int *ph, int *pw, in bin_box()
122 … const int height, const int width, const int pooled_height, const int pooled_width) { in ROIAlignKernel()
178 const int pooled_height, const int pooled_width, cudaStream_t cuda_stream) { in ROIAlign()
206 … const int height, const int width, const int pooled_height, const int pooled_width) { in ROIAlignGradKernel()
268 … const int width, const int pooled_height, const int pooled_width, cudaStream_t cuda_stream) { in ROIAlignGrad()
/third_party/mindspore/tests/st/ops/cpu/
Dtest_roi_align_grad_op.py28 def __init__(self, xdiff_shape, pooled_height, pooled_width, spatial_scale, sample_num): argument
/third_party/mindspore/tests/st/ops/gpu/
Dtest_roi_align_grad_op.py28 def __init__(self, xdiff_shape, pooled_height, pooled_width, spatial_scale, sample_num): argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Droi_pooling_fp32.c42 int pooled_width = param->pooledW_; in ROIPooling() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Droi_align_utils.h83const int pooled_width, int *offset, int *n, int *c, int *ph, int *pw, int *roi_bin_grid_h, in bin_box()
/third_party/mindspore/mindspore/ops/operations/
D_grad_ops.py1709 def __init__(self, xdiff_shape, pooled_height, pooled_width, spatial_scale, sample_num=2): argument
Dnn_ops.py4474 def __init__(self, pooled_height, pooled_width, spatial_scale, sample_num=2, roi_end_mode=1): argument