Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/base/
Dbase_ref.h35 class RunFunctionRef; variable
418 RunFunctionRef() {} in RunFunctionRef() function
419 explicit RunFunctionRef(const RunFuncPtr &ref_func) : func_(ref_func) {} in RunFunctionRef() function
422 MS_DECLARE_PARENT(RunFunctionRef, BaseRef) in MS_DECLARE_PARENT() argument