Home
last modified time | relevance | path

Searched defs:PrepareModelFromModelCache (Results 1 – 4 of 4) sorted by relevance

/foundation/ai/neural_network_runtime/test/unittest/common/
Dcompilation_mock_idevice.cpp250 OH_NN_ReturnCode HDIDevice::PrepareModelFromModelCache(const std::vector<ModelBuffer>& modelCache, in PrepareModelFromModelCache() function in OHOS::NeuralNetworkRuntime::HDIDevice
/foundation/ai/neural_network_runtime/test/unittest/components/device_registrar/
Ddevice_registrar_test.cpp136 …OH_NN_ReturnCode PrepareModelFromModelCache(const std::vector<ModelBuffer>& modelCache, const Mode… in PrepareModelFromModelCache() function in OHOS::NeuralNetworkRuntime::UnitTest::SimulationDevice
/foundation/ai/neural_network_runtime/frameworks/native/
Dhdi_device.cpp225 OH_NN_ReturnCode HDIDevice::PrepareModelFromModelCache(const std::vector<ModelBuffer>& modelCache, in PrepareModelFromModelCache() function in OHOS::NeuralNetworkRuntime::HDIDevice
/foundation/ai/neural_network_runtime/example/drivers/nnrt/hdi_cpu_service/src/
Dnnrt_device_service.cpp149 int32_t NnrtDeviceService::PrepareModelFromModelCache(const std::vector<SharedBuffer>& modelCache, in PrepareModelFromModelCache() function in OHOS::HDI::Nnrt::V1_0::NnrtDeviceService