Home
last modified time | relevance | path

Searched defs:modelSize (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/src/
H A Dtrigger_manager_test.cpp83 uint32_t modelSize = static_cast<uint32_t>(infile.tellg()); in ReadFile() local
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp456 size_t* modelSize = nullptr; variable
472 size_t* modelSize = nullptr; variable
489 size_t* modelSize = nullptr; variable
506 size_t* modelSize = nullptr; variable
522 size_t* modelSize = nullptr; variable
538 size_t modelSize = 0; variable
554 size_t modelSize = 0; variable
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dprepared_model_service.cpp202 auto modelSize = m_builder.GetSize(); in Compile() local
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dprepared_model_service.cpp242 auto modelSize = m_builder.GetSize(); in Compile() local
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dneural_network_core.cpp153 …lation *OH_NNCompilation_ConstructWithOfflineModelBuffer(const void *modelBuffer, size_t modelSize) in OH_NNCompilation_ConstructWithOfflineModelBuffer()
193 size_t *modelSize) in OH_NNCompilation_ExportCacheToBuffer()
231 size_t modelSize) in OH_NNCompilation_ImportCacheFromBuffer()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/
H A Dnn_compiler_test.cpp1036 size_t* modelSize = &length; variable