Searched refs:inputRoles (Results 1 – 10 of 10) sorted by relevance
/frameworks/ml/nn/common/include/ |
D | ValidateHal.h | 90 const hal::hidl_vec<hal::V1_3::BufferRole>& inputRoles,
|
/frameworks/ml/nn/runtime/ |
D | Memory.cpp | 395 mDesc.inputRoles.push_back(role); in addRole() 433 LOG(INFO) << " Input roles [" << desc.inputRoles.size() << "]:"; in logMemoryDescriptorToInfo() 434 for (const auto& usage : desc.inputRoles) { in logMemoryDescriptorToInfo()
|
D | Memory.h | 101 std::vector<hal::BufferRole> inputRoles, outputRoles; member
|
D | VersionedInterfaces.h | 372 const hal::hidl_vec<hal::BufferRole>& inputRoles,
|
D | VersionedInterfaces.cpp | 1525 const hidl_vec<BufferRole>& inputRoles, const hidl_vec<BufferRole>& outputRoles) const { in allocate() argument 1539 return device->allocate(desc, preparedModels, inputRoles, outputRoles, in allocate()
|
D | Manager.cpp | 268 kInterface->allocate(hidlDesc, preparedModels, desc.inputRoles, desc.outputRoles); in allocate()
|
/frameworks/ml/nn/common/ |
D | ValidateHal.cpp | 856 const hidl_vec<V1_3::BufferRole>& inputRoles, in validateMemoryDesc() argument 862 NN_RET_CHECK(inputRoles.size() != 0 || outputRoles.size() != 0); in validateMemoryDesc() 866 operands.reserve(inputRoles.size() + outputRoles.size()); in validateMemoryDesc() 867 for (const auto& role : inputRoles) { in validateMemoryDesc()
|
/frameworks/ml/nn/driver/sample/ |
D | SampleDriver.h | 111 const hal::hidl_vec<hal::V1_3::BufferRole>& inputRoles,
|
D | SampleDriver.cpp | 243 const hidl_vec<V1_3::BufferRole>& inputRoles, in allocate() argument 258 if (!validateMemoryDesc(desc, preparedModels, inputRoles, outputRoles, getModel, &roles, in allocate()
|
/frameworks/ml/nn/runtime/test/ |
D | TestVersionedInterfaces.cpp | 172 const hidl_vec<BufferRole>& inputRoles, const hidl_vec<BufferRole>& outputRoles,
|