Searched refs:allocateInternal (Results 1 – 4 of 4) sorted by relevance
/aosp12/hardware/interfaces/neuralnetworks/utils/common/src/ |
H A D | ResilientDevice.cpp | 221 return device->allocateInternal(desc, preparedModels, inputRoles, outputRoles); in allocate() 225 return allocateInternal(desc, preparedModels, inputRoles, outputRoles); in allocate() 261 nn::GeneralResult<nn::SharedBuffer> ResilientDevice::allocateInternal( in allocateInternal() function in android::hardware::neuralnetworks::utils::ResilientDevice
|
/aosp12/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/ |
H A D | ResilientDevice.h | 90 nn::GeneralResult<nn::SharedBuffer> allocateInternal(
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
H A D | GeneratedTestHarness.cpp | 116 allocateInternal<ioType>(index, &buffer); in allocate() 122 void allocateInternal(uint32_t index, std::pair<sp<IBuffer>, uint32_t>* result) { in allocateInternal() function in android::hardware::neuralnetworks::V1_3::vts::functional::__anond5a3e5f10110::DeviceMemoryAllocator
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
H A D | GeneratedTestHarness.cpp | 95 allocateInternal<ioType>(index, &buffer); in allocate() 101 void allocateInternal(int32_t index, std::pair<std::shared_ptr<IBuffer>, int32_t>* result) { in allocateInternal() function in aidl::android::hardware::neuralnetworks::vts::functional::__anon8cc611d90110::DeviceMemoryAllocator
|