Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_device_v1_0.cpp391 void* HDIDeviceV1_0::AllocateTensorBuffer(size_t length, std::shared_ptr<TensorDesc> tensor) in AllocateTensorBuffer() function in OHOS::NeuralNetworkRuntime::HDIDeviceV1_0
396 void* HDIDeviceV1_0::AllocateTensorBuffer(size_t length, std::shared_ptr<NNTensor> tensor) in AllocateTensorBuffer() function in OHOS::NeuralNetworkRuntime::HDIDeviceV1_0
H A Dhdi_device_v2_0.cpp428 void* HDIDeviceV2_0::AllocateTensorBuffer(size_t length, std::shared_ptr<TensorDesc> tensor) in AllocateTensorBuffer() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_0
433 void* HDIDeviceV2_0::AllocateTensorBuffer(size_t length, std::shared_ptr<NNTensor> tensor) in AllocateTensorBuffer() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_0
H A Dhdi_device_v2_1.cpp423 void* HDIDeviceV2_1::AllocateTensorBuffer(size_t length, std::shared_ptr<TensorDesc> tensor) in AllocateTensorBuffer() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_1
428 void* HDIDeviceV2_1::AllocateTensorBuffer(size_t length, std::shared_ptr<NNTensor> tensor) in AllocateTensorBuffer() function in OHOS::NeuralNetworkRuntime::HDIDeviceV2_1