Home
last modified time | relevance | path

Searched defs:AbstractType (Results 1 – 4 of 4) 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/rust/rust/compiler/rustc_mir_dataflow/src/move_paths/
Dabs_domain.rs20 pub struct AbstractType; struct
/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