Update op version map for tf 2.1 RC0.

PiperOrigin-RevId: 282826021
Change-Id: If60097ccff777dae027600364561c3865af176fd
This commit is contained in:
Haoliang Zhang 2019-11-27 13:34:01 -08:00 committed by TensorFlower Gardener
parent 5d55514c43
commit 904f7fea4c

View File

@ -74,7 +74,7 @@ string GetMinimumRuntimeVersionForModel(const Model& model) {
{{OperatorType::kCast, 1}, "1.5.0"},
{{OperatorType::kConcatenation, 1}, "1.5.0"},
{{OperatorType::kConcatenation, 2}, "1.14.0"},
{{OperatorType::kDepthToSpace, 1}, kPendingReleaseOpVersion},
{{OperatorType::kDepthToSpace, 1}, "2.1.0"},
{{OperatorType::kFakeQuant, 1}, "1.5.0"},
{{OperatorType::kFakeQuant, 2}, "1.10.0"},
{{OperatorType::kFullyConnected, 1}, "1.5.0"},
@ -82,7 +82,7 @@ string GetMinimumRuntimeVersionForModel(const Model& model) {
{{OperatorType::kFullyConnected, 3}, "1.14.0"},
{{OperatorType::kFullyConnected, 4}, "1.14.0"},
{{OperatorType::kFullyConnected, 5}, "2.0.0"},
{{OperatorType::kFullyConnected, 6}, kPendingReleaseOpVersion},
{{OperatorType::kFullyConnected, 6}, "2.1.0"},
{{OperatorType::kGather, 1}, "1.6.0"},
{{OperatorType::kGather, 2}, "1.14.0"},
{{OperatorType::kGather, 3}, "1.15.0"},
@ -145,7 +145,7 @@ string GetMinimumRuntimeVersionForModel(const Model& model) {
{{OperatorType::kSplitV, 1}, "1.13.1"},
{{OperatorType::kStridedSlice, 1}, "1.6.0"},
{{OperatorType::kStridedSlice, 2}, "1.14.0"},
{{OperatorType::kStridedSlice, 3}, kPendingReleaseOpVersion},
{{OperatorType::kStridedSlice, 3}, "2.1.0"},
{{OperatorType::kTopK_V2, 1}, "1.7.0"},
{{OperatorType::kTopK_V2, 2}, "1.14.0"},
{{OperatorType::kArgMax, 1}, "1.9.0"},
@ -205,7 +205,7 @@ string GetMinimumRuntimeVersionForModel(const Model& model) {
{{OperatorType::kElu, 1}, "1.14.0"},
{{OperatorType::kRound, 1}, "1.14.0"},
{{OperatorType::kRelu, 1}, "1.5.0"},
{{OperatorType::kRelu, 2}, kPendingReleaseOpVersion},
{{OperatorType::kRelu, 2}, "2.1.0"},
{{OperatorType::kRelu1, 1}, "1.5.0"},
{{OperatorType::kPRelu, 1}, "1.8.0"},
{{OperatorType::kExp, 1}, "1.7.0"},