Searched defs:BaseRef (Results 1 – 6 of 6) sorted by relevance
32 class BaseRef; variable90 BaseRef() : m_ptr(nullptr) {} in BaseRef() function94 BaseRef(BaseRef &&other) : Base(other) { in BaseRef() function102 BaseRef(T &&t) { // NOLINT in BaseRef() function245 MS_DECLARE_PARENT(VectorRef, BaseRef) in MS_DECLARE_PARENT() argument324 explicit SetRef(const std::set<BaseRef, BaseRefLess> &elements) : elements_(elements) {} in SetRef()341 MS_DECLARE_PARENT(SetRef, BaseRef) in MS_DECLARE_PARENT() argument372 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
70 virtual bool matches(const BaseRef &) { return true; } in matches()
133 const MCSymbolRefExpr *BaseRef = MCSymbolRefExpr::create(Base, Context); in EmitSymbolRefWithOfs() local
77 class BaseRef; variable