Searched defs:BaseRef (Results 1 – 7 of 7) sorted by relevance
32 class BaseRef; variable94 BaseRef() : m_ptr(nullptr) {} in BaseRef() function113 BaseRef(BaseRef &&other) : Base(other) { in BaseRef() function125 BaseRef(T &&t) { // NOLINT in BaseRef() function294 MS_DECLARE_PARENT(VectorRef, BaseRef) in MS_DECLARE_PARENT() argument373 explicit SetRef(const std::set<BaseRef, BaseRefLess> &elements) : elements_(elements) {} in SetRef()391 MS_DECLARE_PARENT(SetRef, BaseRef) in MS_DECLARE_PARENT() argument422 MS_DECLARE_PARENT(RunFunctionRef, BaseRef) in MS_DECLARE_PARENT() argument
24 BaseRef::BaseRef(const BaseRef &other) : Base(other), m_ptr(other.m_ptr) { in BaseRef() function in mindspore::BaseRef
38 MS_DECLARE_PARENT(PyObjectRef, BaseRef) in MS_DECLARE_PARENT() argument
68 virtual bool matches(const BaseRef &) { return true; } in matches()
133 const MCSymbolRefExpr *BaseRef = MCSymbolRefExpr::create(Base, Context); in EmitSymbolRefWithOfs() local
84 class BaseRef; variable
26 bool AlwaysReturnTrue(const BaseRef &) { return true; } in AlwaysReturnTrue()