Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dabstract_value.h560 AbstractNone() : AbstractBase() { set_type(std::make_shared<TypeNone>()); } in AbstractNone() function
562 MS_DECLARE_PARENT(AbstractNone, AbstractBase) in MS_DECLARE_PARENT() argument
/third_party/mindspore/tests/ut/cpp/operator/
Dcomposite_test.cc42 using AbstractNone = abstract::AbstractNone; typedef