Searched refs:_tile_size (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/numpy/ |
D | utils.py | 22 from .utils_const import _tile_size, _add_unit_axes, _raise_type_error, _type_convert, \ 86 size = _tile_size(shape_cur, shape_to, ndim_to)
|
D | utils_const.py | 183 def _tile_size(shape, out_shape, ndim): function
|
D | array_creations.py | 34 _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/ |
D | math_ops.py | 708 def _tile_size(shape, out_shape, ndim): function 732 size = _tile_size(shape_cur, shape_to, ndim_to)
|