Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dargmax_impl.cu21 __global__ void Argmax(const T *input, const S bound, const size_t outer_size, in Argmax() function
/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py1630 class Argmax(PrimitiveWithInfer): class