Searched refs:kLstmCell (Results 1 – 8 of 8) sorted by relevance
52 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()
32 if (curr_op->type != OperatorType::kLstmCell) { in Run()
32 if (src_op->type != OperatorType::kLstmCell) { in Run()
328 case OperatorType::kLstmCell: in Run()
1503 case OperatorType::kLstmCell: in Run()
55 kLstmCell, enumerator512 LstmCellOperator() : Operator(OperatorType::kLstmCell) {}
1659 } else if (src_op.type == OperatorType::kLstmCell) { in ConvertOperator()
829 new Lstm(::tflite::BuiltinOperator_LSTM, OperatorType::kLstmCell)); in BuildOperatorList()