Searched refs:controllerSmall (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | ValidateBurst.cpp | 292 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/ |
D | ValidateBurst.cpp | 286 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()
|