From 5f1adf36f5752e18dae49bb77db88918abc4abdc Mon Sep 17 00:00:00 2001 From: Thibaut Goetghebuer-Planchon Date: Wed, 7 Oct 2020 08:45:30 +0100 Subject: [PATCH] Remove unnecessary version increment of kReduceMin and kReduceMax in deprecated file --- tensorflow/lite/toco/tflite/op_version.cc | 2 -- 1 file changed, 2 deletions(-) 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"},