Searched refs:kReduceMax (Results 1 – 9 of 9) sorted by relevance
68 case OperatorType::kReduceMax: in Run()
132 case OperatorType::kReduceMax: // Reduction Max in Run()273 } else if (unary_op->type == OperatorType::kReduceMax) { in Run()
443 case OperatorType::kReduceMax: in Run()
69 type == OperatorType::kPRelu || type == OperatorType::kReduceMax || in SupportsQuantization()
536 case OperatorType::kReduceMax: // Reduction Max in KeepDims()2188 case OperatorType::kReduceMax: // Reduction Max in Run()
115 kReduceMax, // Reduction Max enumerator1596 TensorFlowMaxOperator() : Operator(OperatorType::kReduceMax) {}
2253 } else if (src_op.type == OperatorType::kReduceMax) { in ConvertOperator()
183 OperatorType::kReduceMax); in TEST_F()
2406 OperatorType::kReduceMax)); in BuildOperatorList()