Home
last modified time | relevance | path

Searched refs:InitModule (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/utils/
DMDAclProcess.h114 APP_ERROR InitModule();
DMDAclProcess.cc115 APP_ERROR MDAclProcess::InitModule() { in InitModule() function in MDAclProcess
150 if (InitModule() != APP_ERR_OK) { in InitResource()
/third_party/node/src/
Dnode_binding.cc563 static Local<Object> InitModule(Environment* env, in InitModule() function
589 exports = InitModule(env, mod, module); in GetInternalBinding()