Remove unnecessary version increment of kReduceMin and kReduceMax in deprecated file
This commit is contained in:
parent
43b1e7396c
commit
5f1adf36f5
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user