Home
last modified time | relevance | path

Searched refs:_cumprod (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/numpy/
Darray_ops.py33 _raise_unimplemented_error, _cumprod, _get_device, _check_is_int
2435 sizes = _cumprod(shape)
2437 sizes = _cumprod(shape[::-1])
Dutils_const.py484 def _cumprod(x): function