Home
last modified time | relevance | path

Searched refs:NUM_OUTPUTS (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dnumbertest_modifiers.cpp58 static const int32_t NUM_OUTPUTS = 4; in testSimpleModifier() local
64 …} outputs[NUM_OUTPUTS] = {{u"", 0, 0}, {u"a��bcde", 0, 0}, {u"a��bcde", 4, 4}, {u"a��bcde", 3, 5}}; in testSimpleModifier()
89 for (int32_t j = 0; j < NUM_OUTPUTS; j++) { in testSimpleModifier()
/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
Didentify_lstm_split_inputs.cc142 lstm_cell_op->outputs.resize(LstmCellOperator::NUM_OUTPUTS); in Run()
Didentify_lstm_merge_inputs.cc150 lstm_cell_op->outputs.resize(LstmCellOperator::NUM_OUTPUTS); in Run()
Dhardcode_min_max.cc218 CHECK_EQ(op->outputs.size(), LstmCellOperator::NUM_OUTPUTS); in HardcodeMinMaxForLstmCell()
Didentify_lstm.cc320 lstm_cell_op->outputs.resize(LstmCellOperator::NUM_OUTPUTS); in Run()
/external/tensorflow/tensorflow/contrib/lite/toco/
Dmodel.h510 NUM_OUTPUTS = 4