/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/ |
H A D | i_engine.h | 57 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 D | 3d_widget_adapter_test.h | 50 void LoadSceneModel(const std::string &modelPath) override; 51 void LoadEnvModel(const std::string &modelPath, BackgroundType type) override;
|
H A D | 3d_widget_adapter_test.cpp | 73 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 D | engine_adapter.h | 36 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 D | lume_common.h | 131 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 D | neural_network_core.h | 93 OH_NNCompilation *OH_NNCompilation_ConstructWithOfflineModelFile(const char *modelPath);
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | neural_network_core.cpp | 134 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 D | lume_common.cpp | 1021 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 D | neural__network__core_8h.md | 29 …untime.md#oh_nncompilation_constructwithofflinemodelfile) (const char \*modelPath) | 基于离线模型文件创建编译实…
|
H A D | _neural_network_runtime.md | 80 …delFile](#oh_nncompilation_constructwithofflinemodelfile) (const char \*modelPath) | 基于离线模型文件创建编译实… 1088 OH_NNCompilation *OH_NNCompilation_ConstructWithOfflineModelFile (const char *modelPath) 1107 | modelPath | 离线模型文件路径。 |
|
H A D | _neural_nework_runtime.md | 80 …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 D | neural__network__core_8h.md | 29 …untime.md#oh_nncompilation_constructwithofflinemodelfile) (const char \*modelPath) | Creates a bui…
|
H A D | _neural_network_runtime.md | 80 …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 D | neural-network-runtime-guidelines.md | 78 | OH_NNCompilation *OH_NNCompilation_ConstructWithOfflineModelFile(const char *modelPath) | 基于离线模型文…
|
/ohos5.0/docs/zh-cn/application-dev/ai/nnrt/ |
H A D | neural-network-runtime-guidelines.md | 78 | OH_NNCompilation *OH_NNCompilation_ConstructWithOfflineModelFile(const char *modelPath) | 基于离线模型文…
|
/ohos5.0/docs/en/application-dev/ai/nnrt/ |
H A D | neural-network-runtime-guidelines.md | 78 | OH_NNCompilation *OH_NNCompilation_ConstructWithOfflineModelFile(const char *modelPath) | Creates…
|