Searched refs:ExecutionBurstServer (Results 1 – 3 of 3) sorted by relevance
66 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::ExecutionBurstServer187 ExecutionBurstServer::~ExecutionBurstServer() { in ~ExecutionBurstServer()[all …]
48 class ExecutionBurstServer : public IBurstContext {119 static nn::GeneralResult<sp<ExecutionBurstServer>> create(125 ExecutionBurstServer(PrivateConstructorTag tag, const sp<IBurstCallback>& callback,129 ~ExecutionBurstServer();
385 const sp<V1_2::IBurstContext> burst = nn::ExecutionBurstServer::create( in configureExecutionBurst()