File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -6204,6 +6204,7 @@ filegroup(
62046204 "reduction_ops_prod.cc" ,
62056205 "reduction_ops_sum.cc" ,
62066206 "regex_replace_op.cc" ,
6207+ "regex_full_match_op.cc" ,
62076208 "relu_op.cc" ,
62086209 "reshape_util.cc" ,
62096210 "restore_op.cc" ,
Original file line number Diff line number Diff line change @@ -380,6 +380,7 @@ const std::set<std::string>& GetFlexAllowlist() {
380380 " RefNextIteration" ,
381381 " RefSelect" ,
382382 " RefSwitch" ,
383+ " RegexFullMatch" ,
383384 " RegexReplace" ,
384385 " Relu" ,
385386 " Relu6" ,
@@ -540,6 +541,7 @@ const std::set<std::string>& GetFlexAllowlist() {
540541 " StatelessSampleDistortedBoundingBox" ,
541542 " StatelessTruncatedNormal" ,
542543 " StatelessTruncatedNormalV2" ,
544+ " StaticRegexFullMatch" ,
543545 " StaticRegexReplace" ,
544546 " StopGradient" ,
545547 " StridedSlice" ,
You can’t perform that action at this time.
0 commit comments