/packages/modules/NeuralNetworks/driver/sample/ |
D | CanonicalDevice.cpp | 208 const std::vector<BufferRole>& inputRoles, in allocate() argument 222 if (const auto result = validateMemoryDesc(desc, preparedModels, inputRoles, outputRoles, in allocate()
|
D | LimitedSupportDevice.cpp | 212 const std::vector<BufferRole>& inputRoles, in allocate() argument 214 return kDevice->allocate(desc, preparedModels, inputRoles, outputRoles); in allocate()
|
D | CanonicalDevice.h | 67 const std::vector<BufferRole>& inputRoles,
|
D | LimitedSupportDevice.h | 74 const std::vector<BufferRole>& inputRoles,
|
/packages/modules/NeuralNetworks/common/include/ |
D | ValidateHal.h | 85 const hardware::hidl_vec<V1_3::BufferRole>& inputRoles,
|
/packages/modules/NeuralNetworks/common/types/include/nnapi/ |
D | IDevice.h | 357 const std::vector<BufferRole>& inputRoles,
|
D | Validation.h | 94 const std::vector<BufferRole>& inputRoles, const std::vector<BufferRole>& outputRoles,
|
/packages/modules/NeuralNetworks/runtime/ |
D | Memory.cpp | 388 mDesc.inputRoles.push_back(role); in addRole() 426 LOG(INFO) << " Input roles [" << desc.inputRoles.size() << "]:"; in logMemoryDescriptorToInfo() 427 for (const auto& usage : desc.inputRoles) { in logMemoryDescriptorToInfo()
|
D | Memory.h | 102 std::vector<BufferRole> inputRoles, outputRoles; member
|
D | Manager.cpp | 546 kInterface->allocate(bufferDesc, preparedModels, desc.inputRoles, desc.outputRoles); in allocate()
|
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | ShimDevice.h | 44 const std::vector<BufferRole>& inputRoles,
|
/packages/modules/NeuralNetworks/common/ |
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()
|
/packages/modules/NeuralNetworks/common/types/src/ |
D | Validation.cpp | 1248 const std::vector<BufferRole>& inputRoles, const std::vector<BufferRole>& outputRoles, in validateMemoryDescImpl() argument 1252 NN_RET_CHECK(!inputRoles.empty() || !outputRoles.empty()); in validateMemoryDescImpl() 1256 operands.reserve(inputRoles.size() + outputRoles.size()); in validateMemoryDescImpl() 1257 for (const auto& role : inputRoles) { in validateMemoryDescImpl() 1959 const std::vector<BufferRole>& inputRoles, const std::vector<BufferRole>& outputRoles, in validateMemoryDesc() argument 1962 return validateMemoryDescImpl(desc, preparedModels, inputRoles, outputRoles, getModel, in validateMemoryDesc()
|
/packages/modules/NeuralNetworks/shim_and_sl/ |
D | ShimDevice.cpp | 321 const std::vector<BufferRole>& inputRoles, in allocate() argument 355 for (const auto& role : inputRoles) { in allocate()
|
/packages/modules/NeuralNetworks/driver/sample_hidl/ |
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/driver/sample_aidl/ |
D | SampleDriverAidl.h | 70 const std::vector<aidl_hal::BufferRole>& inputRoles,
|
D | SampleDriverAidl.cpp | 161 const std::vector<aidl_hal::BufferRole>& inputRoles, in allocate() argument 181 if (!validateMemoryDesc(desc, preparedModels, inputRoles, outputRoles, getModel, &roles, in allocate()
|