HomeSort by relevance Sort by last modified time
    Searched refs:NUM_OUTPUTS (Results 1 - 7 of 7) sorted by null

  /frameworks/native/libs/gui/tests/
StreamSplitter_test.cpp 124 const int NUM_OUTPUTS = 4;
130 sp<IGraphicBufferProducer> outputProducers[NUM_OUTPUTS] = {};
131 sp<IGraphicBufferConsumer> outputConsumers[NUM_OUTPUTS] = {};
132 for (int output = 0; output < NUM_OUTPUTS; ++output) {
142 for (int output = 0; output < NUM_OUTPUTS; ++output) {
176 for (int output = 0; output < NUM_OUTPUTS; ++output) {
  /external/icu/icu4c/source/test/intltest/
numbertest_modifiers.cpp 58 static const int32_t NUM_OUTPUTS = 4;
64 } outputs[NUM_OUTPUTS] = {{u"", 0, 0}, {u"a?bcde", 0, 0}, {u"a?bcde", 4, 4}, {u"a?bcde", 3, 5}};
89 for (int32_t j = 0; j < NUM_OUTPUTS; j++) {
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
identify_lstm_split_inputs.cc 142 lstm_cell_op->outputs.resize(LstmCellOperator::NUM_OUTPUTS);
identify_lstm_merge_inputs.cc 150 lstm_cell_op->outputs.resize(LstmCellOperator::NUM_OUTPUTS);
hardcode_min_max.cc 218 CHECK_EQ(op->outputs.size(), LstmCellOperator::NUM_OUTPUTS);
identify_lstm.cc 320 lstm_cell_op->outputs.resize(LstmCellOperator::NUM_OUTPUTS);
  /external/tensorflow/tensorflow/contrib/lite/toco/
model.h 510 NUM_OUTPUTS = 4
    [all...]

Completed in 618 milliseconds