Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_device_v2_0.h73 …OH_NN_ReturnCode AllocateDeviceBufferForOfflineModel(const std::vector<std::vector<uint8_t>>& offl…
H A Dhdi_device_v2_1.h73 …OH_NN_ReturnCode AllocateDeviceBufferForOfflineModel(const std::vector<std::vector<uint8_t>>& offl…
H A Dhdi_device_v2_0.cpp507 OH_NN_ReturnCode HDIDeviceV2_0::AllocateDeviceBufferForOfflineModel( in AllocateDeviceBufferForOfflineModel() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_0
642 status = AllocateDeviceBufferForOfflineModel(offlineModels, deviceBuffers); in PrepareOfflineModel()
H A Dhdi_device_v2_1.cpp502 OH_NN_ReturnCode HDIDeviceV2_1::AllocateDeviceBufferForOfflineModel( in AllocateDeviceBufferForOfflineModel() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_1
637 status = AllocateDeviceBufferForOfflineModel(offlineModels, deviceBuffers); in PrepareOfflineModel()