/foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/ |
H A D | nn_backend_test.cpp | 316 Compilation* compilation = &backendName; in HWTEST_F() local 338 Compilation* compilation = &backendName; in HWTEST_F() local 404 Compilation* compilation = &backendName; in HWTEST_F() local 422 Compilation *compilation = new (std::nothrow) Compilation(); in HWTEST_F() local
|
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/ |
H A D | neural_network_core_test.h | 46 Compilation* compilation = &ation; member in OHOS::NeuralNetworkRuntime::Unittest::NeuralNetworkCoreTest
|
H A D | neural_network_core_test.cpp | 440 Compilation *compilation = new (std::nothrow) Compilation(); in HWTEST_F() local 453 OH_NNCompilation* compilation = nullptr; in HWTEST_F() local 468 Compilation *compilation = new (std::nothrow) Compilation(); in HWTEST_F() local 485 Compilation *compilation = new (std::nothrow) Compilation(); HWTEST_F() local 502 Compilation *compilation = new (std::nothrow) Compilation(); HWTEST_F() local 519 Compilation *compilation = new (std::nothrow) Compilation(); HWTEST_F() local 535 Compilation *compilation = new (std::nothrow) Compilation(); HWTEST_F() local 551 Compilation *compilation = new (std::nothrow) Compilation(); HWTEST_F() local 573 OH_NNCompilation* compilation = nullptr; HWTEST_F() local 587 Compilation *compilation = new (std::nothrow) Compilation(); HWTEST_F() local 603 Compilation *compilation = new (std::nothrow) Compilation(); HWTEST_F() local 619 Compilation *compilation = new (std::nothrow) Compilation(); HWTEST_F() local 634 OH_NNCompilation* compilation = nullptr; HWTEST_F() local 649 Compilation *compilation = new (std::nothrow) Compilation(); HWTEST_F() local 666 Compilation *compilation = new (std::nothrow) Compilation(); HWTEST_F() local 683 Compilation *compilation = new (std::nothrow) Compilation(); HWTEST_F() local 700 Compilation *compilation = new (std::nothrow) Compilation(); HWTEST_F() local 716 OH_NNCompilation* compilation = nullptr; HWTEST_F() local 729 Compilation *compilation = new (std::nothrow) Compilation(); HWTEST_F() local 758 Compilation *compilation = new (std::nothrow) Compilation(); HWTEST_F() local 774 Compilation *compilation = new (std::nothrow) Compilation(); HWTEST_F() local 806 Compilation *compilation = new (std::nothrow) Compilation(); HWTEST_F() local 834 Compilation *compilation = new (std::nothrow) Compilation(); HWTEST_F() local 862 Compilation *compilation = new (std::nothrow) Compilation(); HWTEST_F() local 889 Compilation *compilation = new (std::nothrow) Compilation(); HWTEST_F() local 2327 Compilation *compilation = new (std::nothrow) Compilation(); HWTEST_F() local 2349 Compilation *compilation = new (std::nothrow) Compilation(); HWTEST_F() local [all...] |
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | nnbackend.cpp | 107 Compiler* NNBackend::CreateCompiler(Compilation* compilation) in CreateCompiler() argument 150 Executor* NNBackend::CreateExecutor(Compilation* compilation) in CreateExecutor() argument [all...] |
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/ |
H A D | neural_network_runtime_test.cpp | 823 OH_NNCompilation* compilation = nullptr; in HWTEST_F() local 1051 OH_NNCompilation* compilation = nullptr; in HWTEST_F() local
|
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/ |
H A D | neural_network_runtime_test.cpp | 876 OH_NNCompilation* compilation = nullptr; in HWTEST_F() local 1104 OH_NNCompilation* compilation = nullptr; in HWTEST_F() local
|
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | neural_network_core.cpp | 122 Compilation *compilation = new (std::nothrow) Compilation(); in OH_NNCompilation_Construct() local 141 Compilation *compilation = new (std::nothrow) Compilation(); in OH_NNCompilation_ConstructWithOfflineModelFile() local 165 Compilation *compilation in OH_NNCompilation_ConstructWithOfflineModelBuffer() local 180 Compilation *compilation = new (std::nothrow) Compilation(); OH_NNCompilation_ConstructForCache() local 190 OH_NNCompilation_ExportCacheToBuffer(OH_NNCompilation *compilation, const void *buffer, size_t length, size_t *modelSize) OH_NNCompilation_ExportCacheToBuffer() argument 229 OH_NNCompilation_ImportCacheFromBuffer(OH_NNCompilation *compilation, const void *buffer, size_t modelSize) OH_NNCompilation_ImportCacheFromBuffer() argument 255 OH_NNCompilation_AddExtensionConfig(OH_NNCompilation *compilation, const char *configName, const void *configValue, const size_t configValueSize) OH_NNCompilation_AddExtensionConfig() argument 307 OH_NNCompilation_SetDevice(OH_NNCompilation *compilation, size_t deviceID) OH_NNCompilation_SetDevice() argument 320 OH_NNCompilation_SetCache(OH_NNCompilation *compilation, const char *cachePath, uint32_t version) OH_NNCompilation_SetCache() argument 341 OH_NNCompilation_SetPerformanceMode(OH_NNCompilation *compilation, OH_NN_PerformanceMode performanceMode) OH_NNCompilation_SetPerformanceMode() argument 363 OH_NNCompilation_SetPriority(OH_NNCompilation *compilation, OH_NN_Priority priority) OH_NNCompilation_SetPriority() argument 384 OH_NNCompilation_EnableFloat16(OH_NNCompilation *compilation, bool enableFloat16) OH_NNCompilation_EnableFloat16() argument 397 CreateCompiler(Compilation* compilation, Compiler** compiler) CreateCompiler() argument 425 SetCompilationOptions(Compilation* compilation) SetCompilationOptions() argument 479 CheckExceedRamLimit(const Compilation* compilation, bool& isExceedRamLimit) CheckExceedRamLimit() argument 535 AuthenticateModel(const Compilation* compilation) AuthenticateModel() argument 585 Authentication(Compilation** compilation) Authentication() argument 651 GetModelId(Compilation** compilation) GetModelId() argument 694 OH_NNCompilation_Build(OH_NNCompilation *compilation) OH_NNCompilation_Build() argument 762 OH_NNCompilation_Destroy(OH_NNCompilation **compilation) OH_NNCompilation_Destroy() argument 1215 Scheduling(Compilation** compilation) Scheduling() argument 1273 SetModelId(const Compilation* compilation) SetModelId() argument 1301 ExecutorPrepare(Executor** executor, Compilation** compilation) ExecutorPrepare() argument 1358 OH_NNExecutor_Construct(OH_NNCompilation *compilation) OH_NNExecutor_Construct() argument [all...] |