Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/numpy/
Dutils.py84 def _broadcast_to(x, shape_cur, shape_to, ndim_to): function
/third_party/mindspore/mindspore/ops/composite/
Dmath_ops.py730 def _broadcast_to(x, shape_cur, shape_to, ndim_to): function