Home
last modified time | relevance | path

Searched defs:offlineModels (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_device_v2_0.cpp483std::vector<std::vector<uint8_t>>& offlineModels) in GetOfflineModelFromLiteGraph()
508 const std::vector<std::vector<uint8_t>>& offlineModels, std::vector<Buffer>& deviceBuffers) in AllocateDeviceBufferForOfflineModel()
542 …turnCode HDIDeviceV2_0::CopyOfflineModelToDevice(const std::vector<std::vector<uint8_t>>& offlineM… in CopyOfflineModelToDevice()
634 std::vector<std::vector<uint8_t>> offlineModels; in PrepareOfflineModel() local
H A Dhdi_device_v2_1.cpp478std::vector<std::vector<uint8_t>>& offlineModels) in GetOfflineModelFromLiteGraph()
503 const std::vector<std::vector<uint8_t>>& offlineModels, std::vector<Buffer>& deviceBuffers) in AllocateDeviceBufferForOfflineModel()
537 …turnCode HDIDeviceV2_1::CopyOfflineModelToDevice(const std::vector<std::vector<uint8_t>>& offlineM… in CopyOfflineModelToDevice()
629 std::vector<std::vector<uint8_t>> offlineModels; in PrepareOfflineModel() local
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dnnrt_device_service.cpp150 int32_t NnrtDeviceService::PrepareOfflineModel(const std::vector<SharedBuffer>& offlineModels, in PrepareOfflineModel()