Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_compiler/
Dabstract_type.h42 explicit AbstractType(const AbstractType &other) : Type(other), abs_(other.abs_) {} in AbstractType() function
/third_party/mindspore/mindspore-src/source/mindspore/core/abstract/
Dabstract_value.h355 explicit AbstractType(const TypePtr &type) : AbstractBase(type, kTypeType) { in AbstractType() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dabstract_object.h167 explicit AbstractType(py::object cls) in AbstractType() function