Searched refs:NUM_OUTPUTS (Results 1 – 2 of 2) sorted by relevance
124 const int NUM_OUTPUTS = 4; in TEST_F() local130 sp<IGraphicBufferProducer> outputProducers[NUM_OUTPUTS] = {}; in TEST_F()131 sp<IGraphicBufferConsumer> outputConsumers[NUM_OUTPUTS] = {}; in TEST_F()132 for (int output = 0; output < NUM_OUTPUTS; ++output) { in TEST_F()142 for (int output = 0; output < NUM_OUTPUTS; ++output) { in TEST_F()176 for (int output = 0; output < NUM_OUTPUTS; ++output) { in TEST_F()
198 static constexpr int NUM_OUTPUTS = 2; member in android::nn::wrapper::QuantizedLSTMOpModel