Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dscope_unittest.cc233 TEST(Scope, MakeClosure) { in TEST() argument
Dscope.cc425 std::unique_ptr<Scope> Scope::MakeClosure() const { in MakeClosure() function in Scope
/third_party/mindspore/mindspore/ccsrc/vm/
Dvmimpl.cc323 ClosurePtr VM::MakeClosure(const FuncGraphPtr &graph, const VMFramePtr &frame) { in MakeClosure() function in mindspore::compile::VM