Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/symbol_engine/jit/
Dcpp_visitor.cc157 CppVisitor::DynFuncType CppVisitor::LoadFunc(const std::string &func_name) { in LoadFunc() function in mindspore::graphkernel::symshape::CppVisitor
294 CppVisitor::DynFuncType CppVisitor::LoadFunc(const std::string &) { return nullptr; } in LoadFunc() function in mindspore::graphkernel::symshape::CppVisitor
/third_party/skia/third_party/externals/tint/src/transform/
Ddecompose_memory_access.cc444 Symbol LoadFunc(const sem::Type* buf_ty, in LoadFunc() function