Home
last modified time | relevance | path

Searched refs:kLstmCell (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
Dquantize.cc52 type == OperatorType::kDepthToSpace || type == OperatorType::kLstmCell; in SupportsQuantization()
192 if (op.type == OperatorType::kLstmCell) { in ChooseQuantizationForOperatorInput()
225 if (op.type == OperatorType::kLstmCell) { in ChooseQuantizationForOperatorInput()
342 if (op.type == OperatorType::kLstmCell) { in ChooseQuantizationForOperatorOutput()
Didentify_lstm_split_inputs.cc32 if (curr_op->type != OperatorType::kLstmCell) { in Run()
Didentify_lstm_merge_inputs.cc32 if (src_op->type != OperatorType::kLstmCell) { in Run()
Dhardcode_min_max.cc328 case OperatorType::kLstmCell: in Run()
Dpropagate_fixed_sizes.cc1503 case OperatorType::kLstmCell: in Run()
/external/tensorflow/tensorflow/contrib/lite/toco/
Dmodel.h55 kLstmCell, enumerator
512 LstmCellOperator() : Operator(OperatorType::kLstmCell) {}
Dexport_tensorflow.cc1659 } else if (src_op.type == OperatorType::kLstmCell) { in ConvertOperator()
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/
Doperator.cc829 new Lstm(::tflite::BuiltinOperator_LSTM, OperatorType::kLstmCell)); in BuildOperatorList()