/packages/modules/NeuralNetworks/common/ |
D | AidlValidateHal.cpp | 39 const std::vector<aidl_hal::BufferRole>& inputRoles, in validateMemoryDesc() argument 46 NN_RET_CHECK(inputRoles.size() != 0 || outputRoles.size() != 0); in validateMemoryDesc() 50 operands.reserve(inputRoles.size() + outputRoles.size()); in validateMemoryDesc() 51 for (const auto& role : inputRoles) { in validateMemoryDesc()
|
D | ValidateHal.cpp | 871 const hardware::hidl_vec<V1_3::BufferRole>& inputRoles, in validateMemoryDesc() argument 877 NN_RET_CHECK(inputRoles.size() != 0 || outputRoles.size() != 0); in validateMemoryDesc() 881 operands.reserve(inputRoles.size() + outputRoles.size()); in validateMemoryDesc() 882 for (const auto& role : inputRoles) { in validateMemoryDesc()
|
D | Validation.cpp | 1269 const std::vector<BufferRole>& inputRoles, const std::vector<BufferRole>& outputRoles, in validateMemoryDescImpl() argument 1273 NN_VALIDATE(!inputRoles.empty() || !outputRoles.empty()); in validateMemoryDescImpl() 1277 operands.reserve(inputRoles.size() + outputRoles.size()); in validateMemoryDescImpl() 1278 for (const auto& role : inputRoles) { in validateMemoryDescImpl() 2824 const std::vector<BufferRole>& inputRoles, const std::vector<BufferRole>& outputRoles, in validateMemoryDesc() argument 2827 return validateMemoryDescImpl(desc, preparedModels, inputRoles, outputRoles, getModel, in validateMemoryDesc()
|
/packages/modules/NeuralNetworks/driver/sample/ |
D | LimitedSupportDevice.cpp | 111 const std::vector<BufferRole>& inputRoles, in allocate() argument 113 return kDevice->allocate(desc, preparedModels, inputRoles, outputRoles); in allocate()
|
D | CanonicalDevice.cpp | 206 const std::vector<BufferRole>& inputRoles, in allocate() argument 220 if (const auto result = validateMemoryDesc(desc, preparedModels, inputRoles, outputRoles, in allocate()
|
D | CanonicalDevice.h | 67 const std::vector<BufferRole>& inputRoles,
|
D | LimitedSupportDevice.h | 74 const std::vector<BufferRole>& inputRoles,
|
D | SampleDriver.h | 113 const hardware::hidl_vec<V1_3::BufferRole>& inputRoles,
|
D | SampleDriver.cpp | 250 const hardware::hidl_vec<V1_3::BufferRole>& inputRoles, in allocate() argument 265 if (!validateMemoryDesc(desc, preparedModels, inputRoles, outputRoles, getModel, &roles, in allocate()
|
D | SampleDriverFloatXNNPACK.cpp | 1859 const hardware::hidl_vec<V1_3::BufferRole>& inputRoles, 1976 const hardware::hidl_vec<V1_3::BufferRole>& inputRoles, in allocate() argument
|
/packages/modules/NeuralNetworks/common/include/ |
D | AidlValidateHal.h | 37 const std::vector<aidl_hal::BufferRole>& inputRoles,
|
D | ValidateHal.h | 84 const hardware::hidl_vec<V1_3::BufferRole>& inputRoles,
|
/packages/modules/NeuralNetworks/runtime/ |
D | Memory.cpp | 380 mDesc.inputRoles.push_back(role); in addRole() 418 LOG(INFO) << " Input roles [" << desc.inputRoles.size() << "]:"; in logMemoryDescriptorToInfo() 419 for (const auto& usage : desc.inputRoles) { in logMemoryDescriptorToInfo()
|
D | Memory.h | 102 std::vector<BufferRole> inputRoles, outputRoles; member
|
D | Manager.cpp | 493 kInterface->allocate(bufferDesc, preparedModels, desc.inputRoles, desc.outputRoles); in allocate()
|
/packages/modules/NeuralNetworks/common/include/nnapi/ |
D | IDevice.h | 351 const std::vector<BufferRole>& inputRoles,
|
D | Validation.h | 78 const std::vector<BufferRole>& inputRoles, const std::vector<BufferRole>& outputRoles,
|
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | ShimDevice.h | 44 const std::vector<BufferRole>& inputRoles,
|
/packages/modules/NeuralNetworks/shim_and_sl/ |
D | ShimDevice.cpp | 320 const std::vector<BufferRole>& inputRoles, in allocate() argument 354 for (const auto& role : inputRoles) { in allocate()
|
/packages/modules/NeuralNetworks/driver/sample_aidl/ |
D | SampleDriver.h | 70 const std::vector<aidl_hal::BufferRole>& inputRoles,
|
D | SampleDriver.cpp | 144 const std::vector<aidl_hal::BufferRole>& inputRoles, in allocate() argument 164 if (!validateMemoryDesc(desc, preparedModels, inputRoles, outputRoles, getModel, &roles, in allocate()
|