Searched refs:memoryIdentifierTokens (Results 1 – 9 of 9) sorted by relevance
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
H A D | Burst.cpp | 51 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 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()
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/ |
H A D | IBurst.aidl | 37 …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 D | IBurst.aidl | 37 …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 D | IBurst.aidl | 102 ExecutionResult executeSynchronously(in Request request, in long[] memoryIdentifierTokens, in executeSynchronously() argument
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/test/ |
H A D | MockBurst.h | 31 (const Request& request, const std::vector<int64_t>& memoryIdentifierTokens,
|
/aosp12/packages/modules/NeuralNetworks/driver/sample_aidl/ |
H A 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()
|
H A D | SampleDriver.h | 167 const std::vector<int64_t>& memoryIdentifierTokens,
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/ |
H A D | Burst.h | 109 const aidl_hal::Request& request, const std::vector<int64_t>& memoryIdentifierTokens,
|