Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dmaxpool_with_argmax_impl.cu22 __global__ void MaxPoolWithArgmax(const T* input, in MaxPoolWithArgmax() function
/third_party/mindspore/mindspore/ops/operations/
Dnn_ops.py1758 class MaxPoolWithArgmax(_Pool): class