Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DValidateBurst.cpp292 std::shared_ptr<ExecutionBurstController> controllerSmall; in validateBurstFmqLength() local
294 preparedModel, kExecutionBurstChannelSmallLength, &controllerSmall)); in validateBurstFmqLength()
295 ASSERT_NE(nullptr, controllerSmall.get()); in validateBurstFmqLength()
321 controllerSmall->compute(request, MeasureTiming::NO, keys); in validateBurstFmqLength()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateBurst.cpp286 std::shared_ptr<ExecutionBurstController> controllerSmall; in validateBurstFmqLength() local
288 preparedModel, kExecutionBurstChannelSmallLength, &controllerSmall)); in validateBurstFmqLength()
289 ASSERT_NE(nullptr, controllerSmall.get()); in validateBurstFmqLength()
315 controllerSmall->compute(request, MeasureTiming::NO, keys); in validateBurstFmqLength()