Home
last modified time | relevance | path

Searched refs:empty_compile (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/_extends/parse/
Dstandard_method.py799 return empty_compile(dtype, (0,))
1653 empty_compile = constexpr(validator.empty_compile) variable
/third_party/mindspore/mindspore/numpy/
Darray_creations.py378 return _convert_64_to_32(empty_compile(dtype, shape))
748 def empty_compile(dtype, shape): function
788 return empty_compile(dtype, shape)
/third_party/mindspore/mindspore/
D_checkparam.py857 def empty_compile(dtype, shape): member in Validator