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