Add StringStrip op to Flex delegate
PiperOrigin-RevId: 334563150 Change-Id: I350ac50cc7e361705c3ed18fdd584ec1b117e24e
This commit is contained in:
parent
25deef590e
commit
48e66b2056
@ -6249,6 +6249,7 @@ filegroup(
|
||||
"string_lower_op.cc",
|
||||
"string_util.cc",
|
||||
"string_split_op.cc",
|
||||
"string_strip_op.cc",
|
||||
"string_to_hash_bucket_op.cc",
|
||||
"substr_op.cc",
|
||||
"tensor_array.cc",
|
||||
|
@ -540,6 +540,7 @@ const std::set<std::string>& GetFlexAllowlist() {
|
||||
"StringLower",
|
||||
"StringSplit",
|
||||
"StringSplitV2",
|
||||
"StringStrip",
|
||||
"StringToHashBucket",
|
||||
"StringToHashBucketFast",
|
||||
"StringToHashBucketStrong",
|
||||
|
Loading…
x
Reference in New Issue
Block a user