Add StringStrip op to Flex delegate

PiperOrigin-RevId: 334563150
Change-Id: I350ac50cc7e361705c3ed18fdd584ec1b117e24e
This commit is contained in:
Jaesung Chung 2020-09-30 03:15:35 -07:00 committed by TensorFlower Gardener
parent 25deef590e
commit 48e66b2056
2 changed files with 2 additions and 0 deletions

View File

@ -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",

View File

@ -540,6 +540,7 @@ const std::set<std::string>& GetFlexAllowlist() {
"StringLower",
"StringSplit",
"StringSplitV2",
"StringStrip",
"StringToHashBucket",
"StringToHashBucketFast",
"StringToHashBucketStrong",