Remove unnecessary version increment of kReduceMin and kReduceMax in deprecated file

This commit is contained in:
Thibaut Goetghebuer-Planchon 2020-10-07 08:45:30 +01:00
parent 43b1e7396c
commit 5f1adf36f5

View File

@ -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"},