Add set kernels to Flex
closes #45199 PiperOrigin-RevId: 351490161 Change-Id: I6ce7e52a22c16d34ae007e448f5ebd6482e3556a
This commit is contained in:
parent
3654281b02
commit
103ff003da
@ -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",
|
||||
|
@ -146,6 +146,8 @@ const std::set<std::string>& GetFlexAllowlist() {
|
||||
"DeepCopy",
|
||||
"DeleteSessionTensor",
|
||||
"DenseBincount",
|
||||
"DenseToDenseSetOperation",
|
||||
"DenseToSparseSetOperation",
|
||||
"DepthToSpace",
|
||||
"DepthwiseConv2dNative",
|
||||
"Dequantize",
|
||||
@ -512,6 +514,7 @@ const std::set<std::string>& GetFlexAllowlist() {
|
||||
"SparseSegmentSum",
|
||||
"SparseSegmentSumWithNumSegments",
|
||||
"SparseToDense",
|
||||
"SparseToSparseSetOperation",
|
||||
"Split",
|
||||
"SplitV",
|
||||
"Sqrt",
|
||||
|
Loading…
x
Reference in New Issue
Block a user