Home
last modified time | relevance | path

Searched refs:ExportClosure (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/vm/
Dvmimpl.h147 ClosurePtr ExportClosure(const ClosurePtr &clos);
Dvmimpl.cc138 ClosurePtr VM::ExportClosure(const ClosurePtr &clos) { in ExportClosure() function in mindspore::compile::VM
168 return ExportClosure(utils::cast<ClosurePtr>(value)); in Export()