Searched refs:empty_like (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/numpy/ |
D | __init__.py | 38 linspace, logspace, eye, identity, empty, empty_like,
|
D | array_creations.py | 823 def empty_like(prototype, dtype=None, shape=None): function
|
/third_party/mindspore/tests/st/numpy_native/ |
D | test_array_creations.py | 439 actual = mnp.empty_like(mnp_proto).asnumpy() 440 expected = onp.empty_like(onp_proto) 445 actual = mnp.empty_like(mnp_proto, dtype=mnp_dtype).asnumpy() 446 expected = onp.empty_like(onp_proto, dtype=onp_dtype) 927 mnp.empty_like([[1, 2, 3], [4, 5]])
|
/third_party/mindspore/tests/st/ops/cpu/ |
D | test_shift_op.py | 86 result = np.empty_like(array)
|