Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
H A DExecutionBurstController.h101 void setBurstContext(sp<IBurstContext> burstContext);
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecutionBurstController.cpp122 void ExecutionBurstController::MemoryCache::setBurstContext(sp<IBurstContext> burstContext) { in setBurstContext() function in android::hardware::neuralnetworks::V1_2::utils::ExecutionBurstController::MemoryCache
274 memoryCache->setBurstContext(burstContext); in create()