Home
last modified time | relevance | path

Searched defs:RefType (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ir/dtype/
Dref.h50 RefType() : TensorType() {} in RefType() function
55 explicit RefType(const TensorTypePtr &subtype) : TensorType(subtype->element()) {} in RefType() function
60 explicit RefType(const TensorType *subtype) : TensorType(subtype->element()) {} in RefType() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/
Ddtype.py131 RefType = typing.RefType variable