Skip to content

Commit

Permalink
Add set kernels to Flex
Browse files Browse the repository at this point in the history
closes tensorflow#45199

PiperOrigin-RevId: 351490161
Change-Id: I6ce7e52a22c16d34ae007e448f5ebd6482e3556a
  • Loading branch information
abattery authored and tensorflower-gardener committed Jan 13, 2021
1 parent 3654281 commit 103ff00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/core/kernels/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6195,6 +6195,7 @@ filegroup(
"segment_reduction_ops_impl_4.cc",
"segment_reduction_ops_impl_5.cc",
"session_ops.cc",
"set_kernels.cc",
"softplus_op.cc",
"softsign_op.cc",
"spacetobatch_functor.cc",
Expand Down
3 changes: 3 additions & 0 deletions tensorflow/lite/delegates/flex/allowlisted_flex_ops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ const std::set<std::string>& GetFlexAllowlist() {
"DeepCopy",
"DeleteSessionTensor",
"DenseBincount",
"DenseToDenseSetOperation",
"DenseToSparseSetOperation",
"DepthToSpace",
"DepthwiseConv2dNative",
"Dequantize",
Expand Down Expand Up @@ -512,6 +514,7 @@ const std::set<std::string>& GetFlexAllowlist() {
"SparseSegmentSum",
"SparseSegmentSumWithNumSegments",
"SparseToDense",
"SparseToSparseSetOperation",
"Split",
"SplitV",
"Sqrt",
Expand Down

0 comments on commit 103ff00

Please sign in to comment.