Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dutils.h67 AbstractBasePtr MakeAbstractTensor(const ShapePtr &shape, const TypePtr &type);
Dutils.cc344 AbstractBasePtr MakeAbstractTensor(const ShapePtr &shape, const TypePtr &type) { in MakeAbstractTensor() function
393 return MakeAbstractTensor(shape, type); in MakeAbstract()
/third_party/mindspore/mindspore/ccsrc/utils/
Dconvert_utils_py.cc428 AbstractBasePtr tensor = MakeAbstractTensor(ret_shape, ret_dtype); in MakePyInferRes2AbstractTensor()