Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/base/
Dbase_ref.h32 class BaseRef; variable
90 BaseRef() : m_ptr(nullptr) {} in BaseRef() function
94 BaseRef(BaseRef &&other) : Base(other) { in BaseRef() function
102 BaseRef(T &&t) { // NOLINT in BaseRef() function
245 MS_DECLARE_PARENT(VectorRef, BaseRef) in MS_DECLARE_PARENT() argument
324 explicit SetRef(const std::set<BaseRef, BaseRefLess> &elements) : elements_(elements) {} in SetRef()
341 MS_DECLARE_PARENT(SetRef, BaseRef) in MS_DECLARE_PARENT() argument
372 MS_DECLARE_PARENT(RunFunctionRef, BaseRef) in MS_DECLARE_PARENT() argument
Dbase_ref.cc24 BaseRef::BaseRef(const BaseRef &other) : Base(other), m_ptr(other.m_ptr) { in BaseRef() function in mindspore::BaseRef
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dbase_ref_py.h38 MS_DECLARE_PARENT(PyObjectRef, BaseRef) in MS_DECLARE_PARENT() argument
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dpattern_engine.h70 virtual bool matches(const BaseRef &) { return true; } in matches()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWin64EH.cpp133 const MCSymbolRefExpr *BaseRef = MCSymbolRefExpr::create(Base, Context); in EmitSymbolRefWithOfs() local
/third_party/mindspore/mindspore/core/ir/
Danf.h77 class BaseRef; variable