Searched refs:kLstmCell (Results 1 – 10 of 10) sorted by relevance
58 type == OperatorType::kLstmCell || type == OperatorType::kGather || in SupportsQuantization()206 if (op.type == OperatorType::kLstmCell) { in ChooseQuantizationForOperatorInput()241 if (op.type == OperatorType::kLstmCell) { in ChooseQuantizationForOperatorInput()388 if (op.type == OperatorType::kLstmCell) { in ChooseQuantizationForOperatorOutput()
120 case OperatorType::kLstmCell: in Run()
35 if (curr_op->type != OperatorType::kLstmCell) { in Run()
35 if (src_op->type != OperatorType::kLstmCell) { in Run()
281 case OperatorType::kLstmCell: { in Run()
481 case OperatorType::kLstmCell: in Run()
2278 case OperatorType::kLstmCell: in Run()
62 kLstmCell, enumerator651 : Operator(OperatorType::kLstmCell), kernel_type(KERNEL_BASIC) {}
2163 } else if (src_op.type == OperatorType::kLstmCell) { in ConvertOperator()
2428 OperatorType::kLstmCell)); in BuildOperatorList()