diff --git a/tensorflow/lite/toco/tflite/op_version.cc b/tensorflow/lite/toco/tflite/op_version.cc index 46f817b1650..72fc4eea1e7 100644 --- a/tensorflow/lite/toco/tflite/op_version.cc +++ b/tensorflow/lite/toco/tflite/op_version.cc @@ -139,10 +139,8 @@ std::string GetMinimumRuntimeVersionForModel(const Model& model) { {{OperatorType::kSum, 2}, "1.15.0"}, {{OperatorType::kReduceMax, 1}, "1.11.0"}, {{OperatorType::kReduceMax, 2}, "1.14.0"}, - {{OperatorType::kReduceMax, 3}, kPendingReleaseOpVersion}, {{OperatorType::kReduceMin, 1}, "1.11.0"}, {{OperatorType::kReduceMin, 2}, "1.14.0"}, - {{OperatorType::kReduceMin, 3}, kPendingReleaseOpVersion}, {{OperatorType::kReduceProd, 1}, "1.11.0"}, {{OperatorType::kAny, 1}, "1.11.0"}, {{OperatorType::kRelu6, 1}, "1.5.0"},