Searched defs:config_obj (Results 1 – 1 of 1) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/js_api/ |
| D | common_napi.cc | 61 int32_t CommonNapi::GetPropertyInt32(napi_env env, napi_value config_obj, const std::string &type, … in GetPropertyInt32() 83 int32_t CommonNapi::GetPropertyString(napi_env env, napi_value config_obj, const std::string &type, in GetPropertyString() 110 int32_t CommonNapi::GetPropertyBigIntUint64(napi_env env, napi_value config_obj, const std::string … in GetPropertyBigIntUint64() 139 int32_t CommonNapi::GetPropertyInt32Array(napi_env env, napi_value config_obj, const std::string &t… in GetPropertyInt32Array() 184 int32_t CommonNapi::GetPropertyStringArray(napi_env env, napi_value config_obj, const std::string &… in GetPropertyStringArray()
|