Searched refs:kReduceMax (Results 1 – 10 of 10) sorted by relevance
68 case OperatorType::kReduceMax: in Run()
132 case OperatorType::kReduceMax: // Reduction Max in Run()277 } else if (unary_op->type == OperatorType::kReduceMax) { in Run()
474 case OperatorType::kReduceMax: in Run()
84 OperatorType::kReduceMax, in SupportsQuantization()
537 case OperatorType::kReduceMax: // Reduction Max in KeepDims()2271 case OperatorType::kReduceMax: // Reduction Max in Run()
140 {{OperatorType::kReduceMax, 1}, "1.11.0"}, in GetMinimumRuntimeVersionForModel()141 {{OperatorType::kReduceMax, 2}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
183 OperatorType::kReduceMax); in TEST_F()
1905 OperatorType::kReduceMax)); in BuildOperatorList()
118 kReduceMax, // Reduction Max enumerator1650 TensorFlowMaxOperator() : Operator(OperatorType::kReduceMax) {}
2294 } else if (src_op.type == OperatorType::kReduceMax) { in ConvertOperator()