Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DBurst.cpp51 std::vector<int64_t> memoryIdentifierTokens, bool measure,
190 std::vector<int64_t> memoryIdentifierTokens; in execute() local
192 memoryIdentifierTokens.reserve(requestInShared.pools.size()); in execute()
198 memoryIdentifierTokens.push_back(identifier); in execute()
203 memoryIdentifierTokens.push_back(-1); in execute()
205 CHECK_EQ(requestInShared.pools.size(), memoryIdentifierTokens.size()); in execute()
259 std::vector<int64_t> memoryIdentifierTokens; in createReusableExecution() local
261 memoryIdentifierTokens.reserve(requestInShared.pools.size()); in createReusableExecution()
267 memoryIdentifierTokens.push_back(identifier); in createReusableExecution()
272 memoryIdentifierTokens.push_back(-1); in createReusableExecution()
[all …]
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/
H A 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()
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/
H A DIBurst.aidl37 …ly(in android.hardware.neuralnetworks.Request request, in long[] memoryIdentifierTokens, in boolea… in executeSynchronously() argument
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/
H A DIBurst.aidl37 …ly(in android.hardware.neuralnetworks.Request request, in long[] memoryIdentifierTokens, in boolea… in executeSynchronously() argument
/aosp12/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/
H A DIBurst.aidl102 ExecutionResult executeSynchronously(in Request request, in long[] memoryIdentifierTokens, in executeSynchronously() argument
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/test/
H A DMockBurst.h31 (const Request& request, const std::vector<int64_t>& memoryIdentifierTokens,
/aosp12/packages/modules/NeuralNetworks/driver/sample_aidl/
H A 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()
H A DSampleDriver.h167 const std::vector<int64_t>& memoryIdentifierTokens,
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
H A DBurst.h109 const aidl_hal::Request& request, const std::vector<int64_t>& memoryIdentifierTokens,