Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DValidateBurst.cpp286 std::shared_ptr<ExecutionBurstController> controllerRegular; in validateBurstFmqLength() local
288 preparedModel, kExecutionBurstChannelLength, &controllerRegular)); in validateBurstFmqLength()
289 ASSERT_NE(nullptr, controllerRegular.get()); in validateBurstFmqLength()
305 controllerRegular->compute(request, MeasureTiming::NO, keys); in validateBurstFmqLength()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateBurst.cpp280 std::shared_ptr<ExecutionBurstController> controllerRegular; in validateBurstFmqLength() local
282 preparedModel, kExecutionBurstChannelLength, &controllerRegular)); in validateBurstFmqLength()
283 ASSERT_NE(nullptr, controllerRegular.get()); in validateBurstFmqLength()
299 controllerRegular->compute(request, MeasureTiming::NO, keys); in validateBurstFmqLength()