Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.2/utils/src/
DExecutionBurstServer.cpp66 ExecutionBurstServer::MemoryCache::MemoryCache(nn::SharedBurst burstExecutor, in MemoryCache()
74 ExecutionBurstServer::MemoryCache::getCacheEntries(const std::vector<int32_t>& slots) { in getCacheEntries()
87 nn::GeneralResult<void> ExecutionBurstServer::MemoryCache::ensureCacheEntriesArePresentLocked( in ensureCacheEntriesArePresentLocked()
128 ExecutionBurstServer::MemoryCache::getCacheEntryLocked(int32_t slot) { in getCacheEntryLocked()
137 void ExecutionBurstServer::MemoryCache::addCacheEntryLocked(int32_t slot, nn::SharedMemory memory) { in addCacheEntryLocked()
142 void ExecutionBurstServer::MemoryCache::removeCacheEntry(int32_t slot) { in removeCacheEntry()
149 nn::GeneralResult<sp<ExecutionBurstServer>> ExecutionBurstServer::create( in create()
168 return sp<ExecutionBurstServer>::make(PrivateConstructorTag{}, callback, in create()
173 ExecutionBurstServer::ExecutionBurstServer(PrivateConstructorTag /*tag*/, in ExecutionBurstServer() function in android::hardware::neuralnetworks::V1_2::utils::ExecutionBurstServer
187 ExecutionBurstServer::~ExecutionBurstServer() { in ~ExecutionBurstServer()
[all …]
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DExecutionBurstServer.h48 class ExecutionBurstServer : public IBurstContext {
119 static nn::GeneralResult<sp<ExecutionBurstServer>> create(
125 ExecutionBurstServer(PrivateConstructorTag tag, const sp<IBurstCallback>& callback,
129 ~ExecutionBurstServer();
/hardware/interfaces/neuralnetworks/utils/adapter/src/
DPreparedModel.cpp385 const sp<V1_2::IBurstContext> burst = nn::ExecutionBurstServer::create( in configureExecutionBurst()