Searched refs:memoryIdentifierTokens (Results 1 – 3 of 3) sorted by relevance
/packages/modules/NeuralNetworks/shim_and_sl/ |
D | ShimPreparedModel.cpp | 350 const std::vector<int64_t>& memoryIdentifierTokens, 373 const Request& request, const std::vector<int64_t>& memoryIdentifierTokens, in executeSynchronously() argument 376 if (request.pools.size() != memoryIdentifierTokens.size()) { in executeSynchronously() 380 if (!std::all_of(memoryIdentifierTokens.begin(), memoryIdentifierTokens.end(), in executeSynchronously()
|
/packages/modules/NeuralNetworks/driver/sample_aidl/ |
D | SampleDriver.cpp | 608 const aidl_hal::Request& request, const std::vector<int64_t>& memoryIdentifierTokens, in executeSynchronously() argument 611 if (request.pools.size() != memoryIdentifierTokens.size()) { in executeSynchronously() 615 if (!std::all_of(memoryIdentifierTokens.begin(), memoryIdentifierTokens.end(), in executeSynchronously()
|
D | SampleDriver.h | 167 const std::vector<int64_t>& memoryIdentifierTokens,
|