Home
last modified time | relevance | path

Searched refs:OH_NNCompilation_ConstructWithOfflineModelFile (Results 1 – 4 of 4) sorted by relevance

/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/
Dneural_network_core.h93 OH_NNCompilation *OH_NNCompilation_ConstructWithOfflineModelFile(const char *modelPath);
/foundation/ai/neural_network_runtime/
Dneural-network-runtime-guidelines.md78 | OH_NNCompilation *OH_NNCompilation_ConstructWithOfflineModelFile(const char *modelPath) | 基于离线模型文…
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
Dneural_network_core_test.cpp377 OH_NNCompilation* ret = OH_NNCompilation_ConstructWithOfflineModelFile(modelpath);
389 OH_NNCompilation* ret = OH_NNCompilation_ConstructWithOfflineModelFile(modelpath);
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
Dneural_network_core.cpp134 NNRT_API OH_NNCompilation *OH_NNCompilation_ConstructWithOfflineModelFile(const char *modelPath) in OH_NNCompilation_ConstructWithOfflineModelFile() function