Home
last modified time | relevance | path

Searched refs:memoryIdentifierTokens (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/shim_and_sl/
DShimPreparedModel.cpp350 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/
DSampleDriver.cpp608 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()
DSampleDriver.h167 const std::vector<int64_t>& memoryIdentifierTokens,