Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/base/
Dbase_ref.h35 class RunFunctionRef; variable
368 RunFunctionRef() {} in RunFunctionRef() function
369 explicit RunFunctionRef(const RunFuncPtr &ref_func) : func_(ref_func) {} in RunFunctionRef() function
372 MS_DECLARE_PARENT(RunFunctionRef, BaseRef) in MS_DECLARE_PARENT() argument