Home
last modified time | relevance | path

Searched defs:MaxPoolWithArgmax (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dmax_pool_with_argmax.h35MaxPoolWithArgmax() : BaseOperator(kNameMaxPoolWithArgmax) { InitIOName({"x"}, {"output", "mask"})… in MaxPoolWithArgmax() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dmaxpool_with_argmax_impl.cu21 __global__ void MaxPoolWithArgmax(const T *input, const int n, const int c, const int h, const int … in MaxPoolWithArgmax() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/
Ddeprecated.py70 class MaxPoolWithArgmax(Primitive): class
/third_party/mindspore/mindspore-src/source/config/
Dsuper_bar_config.json64 "MaxPoolWithArgmax": { object