Home
last modified time | relevance | path

Searched defs:MaxPoolGradWithArgmaxV2 (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/grad/
Dmax_pool_grad_with_argmax_v2.h37MaxPoolGradWithArgmaxV2() : BaseOperator(kNameMaxPoolGradWithArgmaxV2) { InitIOName({"x", "grad", … in MaxPoolGradWithArgmaxV2() function
/third_party/mindspore/mindspore-src/source/tests/st/ops/gpu/
Dtest_maxpool_grad_with_argmax_v2_gpu_op.py30 class MaxPoolGradWithArgmaxV2(nn.Cell): class
/third_party/mindspore/mindspore-src/source/tests/st/ops/cpu/
Dtest_max_pool_grad_with_argmax_v2_cpu_op.py30 class MaxPoolGradWithArgmaxV2(nn.Cell): class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dmaxpool_grad_with_argmax_v2_impl.cu23 __global__ void MaxPoolGradWithArgmaxV2(const T *dy, const S *index, const int64_t x_hw, const int6… in MaxPoolGradWithArgmaxV2() function
/third_party/mindspore/mindspore-src/source/config/
Dsuper_bar_config.json134 "MaxPoolGradWithArgmaxV2": { object
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
D_grad_ops.py1089 class MaxPoolGradWithArgmaxV2(Primitive): class