Remove unnecessary versioning of kBatchMatMul in deprecated file

This commit is contained in:
Thibaut Goetghebuer-Planchon 2020-09-24 16:36:37 +01:00
parent dff42b15e2
commit e06c862dd1

View File

@ -66,7 +66,6 @@ std::string GetMinimumRuntimeVersionForModel(const Model& model) {
{{OperatorType::kBatchToSpaceND, 1}, "1.6.0"},
{{OperatorType::kBatchToSpaceND, 2}, "1.14.0"},
{{OperatorType::kBatchMatMul, 1}, kPendingReleaseOpVersion},
{{OperatorType::kBatchMatMul, 3}, kPendingReleaseOpVersion},
{{OperatorType::kCast, 1}, "1.5.0"},
{{OperatorType::kConcatenation, 1}, "1.5.0"},
{{OperatorType::kConcatenation, 2}, "1.14.0"},