Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/dtype/
Dtensor_type.h39 UndeterminedType() : Object(kObjectTypeUndeterminedType) {} in UndeterminedType() function
40 explicit UndeterminedType(const TypePtr &ele) in UndeterminedType() function
43 MS_DECLARE_PARENT(UndeterminedType, Object) in MS_DECLARE_PARENT() argument