Home
last modified time | relevance | path

Searched refs:_tile_size (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/numpy/
Dutils.py22 from .utils_const import _tile_size, _add_unit_axes, _raise_type_error, _type_convert, \
86 size = _tile_size(shape_cur, shape_to, ndim_to)
Dutils_const.py183 def _tile_size(shape, out_shape, ndim): function
Darray_creations.py34 _check_same_type, _is_shape_empty, _check_shape, _check_dtype, _tile_size, _abs, \
1303 x = F.tile(x, _tile_size(shape_expanded, shape_out, ndim))
/third_party/mindspore/mindspore/ops/composite/
Dmath_ops.py708 def _tile_size(shape, out_shape, ndim): function
732 size = _tile_size(shape_cur, shape_to, ndim_to)