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