Home
last modified time | relevance | path

Searched refs:burstCallback (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DExecutionBurstServer.h61 MemoryCache(nn::SharedBurst burstExecutor, sp<IBurstCallback> burstCallback);
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DExecutionBurstServer.cpp67 sp<IBurstCallback> burstCallback) in MemoryCache() argument
68 : kBurstExecutor(std::move(burstExecutor)), kBurstCallback(std::move(burstCallback)) { in MemoryCache()