Searched refs:NUM_OUTPUTS (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | numbertest_modifiers.cpp | 58 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/ |
D | identify_lstm_split_inputs.cc | 142 lstm_cell_op->outputs.resize(LstmCellOperator::NUM_OUTPUTS); in Run()
|
D | identify_lstm_merge_inputs.cc | 150 lstm_cell_op->outputs.resize(LstmCellOperator::NUM_OUTPUTS); in Run()
|
D | hardcode_min_max.cc | 218 CHECK_EQ(op->outputs.size(), LstmCellOperator::NUM_OUTPUTS); in HardcodeMinMaxForLstmCell()
|
D | identify_lstm.cc | 320 lstm_cell_op->outputs.resize(LstmCellOperator::NUM_OUTPUTS); in Run()
|
/external/tensorflow/tensorflow/contrib/lite/toco/ |
D | model.h | 510 NUM_OUTPUTS = 4
|