Home
last modified time | relevance | path

Searched refs:modelPath (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/
H A Di_engine.h57 virtual void LoadSceneModel(const std::string& modelPath) = 0;
58 virtual void LoadEnvModel(const std::string& modelPath, BackgroundType type) = 0;
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/test/
H A D3d_widget_adapter_test.h50 void LoadSceneModel(const std::string &modelPath) override;
51 void LoadEnvModel(const std::string &modelPath, BackgroundType type) override;
H A D3d_widget_adapter_test.cpp73 void EngineTest::LoadSceneModel(const std::string &modelPath) in LoadSceneModel() argument
75 (void)(modelPath); in LoadSceneModel()
78 void EngineTest::LoadEnvModel(const std::string &modelPath, BackgroundType type) in LoadEnvModel() argument
80 (void)(modelPath); in LoadEnvModel()
/ohos5.0/foundation/ai/ai_engine/services/common/platform/os_wrapper/engine_hal/interfaces/
H A Dengine_adapter.h36 virtual int32_t Init(const char *modelPath, intptr_t &handle) = 0;
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/
H A Dlume_common.h131 void LoadEnvModel(const std::string& modelPath, BackgroundType type) override;
132 void LoadSceneModel(const std::string& modelPath) override;
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/
H A Dneural_network_core.h93 OH_NNCompilation *OH_NNCompilation_ConstructWithOfflineModelFile(const char *modelPath);
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dneural_network_core.cpp134 NNRT_API OH_NNCompilation *OH_NNCompilation_ConstructWithOfflineModelFile(const char *modelPath) in OH_NNCompilation_ConstructWithOfflineModelFile() argument
136 if (modelPath == nullptr) { in OH_NNCompilation_ConstructWithOfflineModelFile()
147 compilation->offlineModelPath = const_cast<char*>(modelPath); in OH_NNCompilation_ConstructWithOfflineModelFile()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1021 void LumeCommon::LoadEnvModel(const std::string& modelPath, BackgroundType type) in LoadEnvModel() argument
1025 GltfImportInfo file { modelPath.c_str(), GltfImportInfo::AnimateImportedScene, in LoadEnvModel()
1051 void LumeCommon::LoadSceneModel(const std::string& modelPath) in LoadSceneModel() argument
1058 …GltfImportInfo file { modelPath.c_str(), GltfImportInfo::AnimateImportedScene, resourceImportFlags, in LoadSceneModel()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__core_8h.md29 …untime.md#oh_nncompilation_constructwithofflinemodelfile) (const char \*modelPath) | 基于离线模型文件创建编译实…
H A D_neural_network_runtime.md80 …delFile](#oh_nncompilation_constructwithofflinemodelfile) (const char \*modelPath) | 基于离线模型文件创建编译实…
1088 OH_NNCompilation *OH_NNCompilation_ConstructWithOfflineModelFile (const char *modelPath)
1107 | modelPath | 离线模型文件路径。 |
H A D_neural_nework_runtime.md80 …delFile](#oh_nncompilation_constructwithofflinemodelfile) (const char \*modelPath) | 基于离线模型文件创建编译实…
1088 OH_NNCompilation *OH_NNCompilation_ConstructWithOfflineModelFile (const char *modelPath)
1107 | modelPath | 离线模型文件路径。 |
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__core_8h.md29 …untime.md#oh_nncompilation_constructwithofflinemodelfile) (const char \*modelPath) | Creates a bui…
H A D_neural_network_runtime.md80 …delFile](#oh_nncompilation_constructwithofflinemodelfile) (const char \*modelPath) | Creates a mod…
1088 OH_NNCompilation *OH_NNCompilation_ConstructWithOfflineModelFile (const char *modelPath)
1107 | modelPath | Path of the offline model file.|
/ohos5.0/foundation/ai/neural_network_runtime/
H A Dneural-network-runtime-guidelines.md78 | OH_NNCompilation *OH_NNCompilation_ConstructWithOfflineModelFile(const char *modelPath) | 基于离线模型文…
/ohos5.0/docs/zh-cn/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md78 | OH_NNCompilation *OH_NNCompilation_ConstructWithOfflineModelFile(const char *modelPath) | 基于离线模型文…
/ohos5.0/docs/en/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md78 | OH_NNCompilation *OH_NNCompilation_ConstructWithOfflineModelFile(const char *modelPath) | Creates…