Home
last modified time | relevance | path

Searched defs:ArgMax (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/st/ops/graph_kernel/
Dtest_argmax.py24 class ArgMax(nn.Cell): class
/third_party/mindspore/mindspore-src/source/tests/st/numpy_native/
Dtest_numpy_ops.py158 class ArgMax(Cell): class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_info_cfg/
Dcust_aicpu_kernel.ini246 [ArgMax] section
247 opInfo.subTypeOfInferShape=1
248 opInfo.opsFlag=OPS_FLAG_CLOSE
249 opInfo.engine=DNN_VM_AICPU
250 opInfo.flagPartial=False
251 opInfo.computeCost=100
252 opInfo.flagAsync=False
253 opInfo.opKernelLib=CUSTAICPUKernel
254 opInfo.formatAgnostic=False
255 opInfo.kernelSo=libcust_cpu_kernels.so
[all …]