Add SelectV2 to list of format agnostic ops

This commit is contained in:
Lukas Geiger 2020-10-16 12:11:05 +01:00
parent 716e817347
commit de3eb8516b

View File

@ -181,6 +181,7 @@ std::set<string> GetOpsFormatAgnostic() {
"ReluGrad",
"Rint",
"Select",
"SelectV2",
"Selu",
"SeluGrad",
"Shape",