Searched refs:kDequantize (Results 1 – 9 of 9) sorted by relevance
34 if (dequantize_op->type != OperatorType::kDequantize) { in Run()
467 if (op.type == OperatorType::kDequantize || in Run()509 if (other_op && other_op->type != OperatorType::kDequantize) { in Run()540 CHECK(dequantize_op->type == OperatorType::kDequantize); in Run()
195 if (op->type == OperatorType::kDequantize) { in Run()
103 case OperatorType::kDequantize: in DoesOpBlockBackwardPropagation()
57 case OperatorType::kDequantize: in Run()
2082 case OperatorType::kDequantize: in Run()
52 kDequantize, enumerator575 DequantizeOperator() : Operator(OperatorType::kDequantize) {}
500 GetOperator("DEQUANTIZE", OperatorType::kDequantize), op); in TEST_F()
2364 OperatorType::kDequantize)); in BuildOperatorList()