MindSpore Python API
MindSpore C++ API
Operation options for reducing tensors.
There are four kinds of operation options, “SUM”, “MAX”, “MIN”, and “PROD”.
SUM: Take the sum.
MAX: Take the maximum.
MIN: Take the minimum.
PROD: Take the product.
Ascend GPU
Ascend
GPU