Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/utils/adapter/aidl/src/
DBurst.cpp70 nn::Request* request, const std::vector<int64_t>& memoryIdentifierTokens, in ensureAllMemoriesAreCached() argument
73 holds.reserve(memoryIdentifierTokens.size()); in ensureAllMemoriesAreCached()
75 for (size_t i = 0; i < memoryIdentifierTokens.size(); ++i) { in ensureAllMemoriesAreCached()
77 const auto token = memoryIdentifierTokens[i]; in ensureAllMemoriesAreCached()
95 const std::vector<int64_t>& memoryIdentifierTokens, bool measureTiming, int64_t deadlineNs, in executeSynchronously() argument
98 if (request.pools.size() != memoryIdentifierTokens.size()) { in executeSynchronously()
102 if (!std::all_of(memoryIdentifierTokens.begin(), memoryIdentifierTokens.end(), in executeSynchronously()
114 const auto hold = ensureAllMemoriesAreCached(&nnRequest, memoryIdentifierTokens, burst, cache); in executeSynchronously()
155 const std::vector<int64_t>& memoryIdentifierTokens, in executeSynchronously() argument
160 adapter::executeSynchronously(*kBurst, kMemoryCache, request, memoryIdentifierTokens, in executeSynchronously()
[all …]
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DBurst.cpp45 std::vector<int64_t> memoryIdentifierTokens, bool measure, int64_t loopTimeoutDuration,
52 std::vector<int64_t> memoryIdentifierTokens, bool measure,
197 std::vector<int64_t> memoryIdentifierTokens; in execute() local
199 memoryIdentifierTokens.reserve(requestInShared.pools.size()); in execute()
205 memoryIdentifierTokens.push_back(identifier); in execute()
210 memoryIdentifierTokens.push_back(-1); in execute()
212 CHECK_EQ(requestInShared.pools.size(), memoryIdentifierTokens.size()); in execute()
213 return executeInternal(aidlRequest, memoryIdentifierTokens, aidlMeasure, aidlDeadline, in execute()
218 const Request& request, const std::vector<int64_t>& memoryIdentifierTokens, bool measure, in executeInternal() argument
238 request, memoryIdentifierTokens, in executeInternal()
[all …]
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/4/android/hardware/neuralnetworks/
DIBurst.aidl37 …ly(in android.hardware.neuralnetworks.Request request, in long[] memoryIdentifierTokens, in boolea… in executeSynchronously() argument
39 …ig(in android.hardware.neuralnetworks.Request request, in long[] memoryIdentifierTokens, in androi… in executeSynchronouslyWithConfig() argument
/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/
DIBurst.aidl105 ExecutionResult executeSynchronously(in Request request, in long[] memoryIdentifierTokens, in executeSynchronously() argument
131 in long[] memoryIdentifierTokens, in ExecutionConfig config, in long deadlineNs); in executeSynchronouslyWithConfig() argument
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/
DIBurst.aidl37 …ly(in android.hardware.neuralnetworks.Request request, in long[] memoryIdentifierTokens, in boolea… in executeSynchronously() argument
39 …ig(in android.hardware.neuralnetworks.Request request, in long[] memoryIdentifierTokens, in androi… in executeSynchronouslyWithConfig() argument
/hardware/interfaces/neuralnetworks/aidl/utils/test/
DMockBurst.h30 (const Request& request, const std::vector<int64_t>& memoryIdentifierTokens,
35 (const Request& request, const std::vector<int64_t>& memoryIdentifierTokens,
/hardware/interfaces/neuralnetworks/utils/adapter/aidl/include/nnapi/hal/aidl/
DBurst.h45 const std::vector<int64_t>& memoryIdentifierTokens,
50 const Request& request, const std::vector<int64_t>& memoryIdentifierTokens,
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/
DIBurst.aidl37 …ly(in android.hardware.neuralnetworks.Request request, in long[] memoryIdentifierTokens, in boolea… in executeSynchronously() argument
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/3/android/hardware/neuralnetworks/
DIBurst.aidl37 …ly(in android.hardware.neuralnetworks.Request request, in long[] memoryIdentifierTokens, in boolea… in executeSynchronously() argument
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/2/android/hardware/neuralnetworks/
DIBurst.aidl37 …ly(in android.hardware.neuralnetworks.Request request, in long[] memoryIdentifierTokens, in boolea… in executeSynchronously() argument
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
DBurst.h114 const aidl_hal::Request& request, const std::vector<int64_t>& memoryIdentifierTokens,