Add StringLength to Flex delegate
StringLength op is used for tf.text models. PiperOrigin-RevId: 346531180 Change-Id: I2ce149fc5c191e799d11ad836c8f0205cf62610c
This commit is contained in:
parent
80df7cb64d
commit
4ff4fbec62
@ -6262,6 +6262,7 @@ filegroup(
|
|||||||
"stateless_random_ops.cc",
|
"stateless_random_ops.cc",
|
||||||
"stateless_random_ops_v2.cc",
|
"stateless_random_ops_v2.cc",
|
||||||
"string_join_op.cc",
|
"string_join_op.cc",
|
||||||
|
"string_length_op.cc",
|
||||||
"string_lower_op.cc",
|
"string_lower_op.cc",
|
||||||
"string_util.cc",
|
"string_util.cc",
|
||||||
"string_split_op.cc",
|
"string_split_op.cc",
|
||||||
|
|||||||
@ -548,6 +548,7 @@ const std::set<std::string>& GetFlexAllowlist() {
|
|||||||
"StridedSliceAssign",
|
"StridedSliceAssign",
|
||||||
"StridedSliceGrad",
|
"StridedSliceGrad",
|
||||||
"StringJoin",
|
"StringJoin",
|
||||||
|
"StringLength",
|
||||||
"StringLower",
|
"StringLower",
|
||||||
"StringSplit",
|
"StringSplit",
|
||||||
"StringSplitV2",
|
"StringSplitV2",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user