Skip to content

Commit 95de77a

Browse files
LinGeLinrhdong
authored andcommitted
[fix] Replace sparse_fill_empty_rows_op with the tf native interface
1 parent abb3772 commit 95de77a

File tree

5 files changed

+1
-431
lines changed

5 files changed

+1
-431
lines changed

tensorflow_recommenders_addons/dynamic_embedding/core/BUILD

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ custom_op_library(
7676
"kernels/segment_reduction_ops.h",
7777
"kernels/segment_reduction_ops_impl.cc",
7878
"kernels/segment_reduction_ops_impl.h",
79-
"kernels/sparse_fill_empty_rows_op.cc",
80-
"kernels/sparse_fill_empty_rows_op.h",
8179
"ops/math_ops.cc",
8280
"utils/utils.h",
8381
],
@@ -89,8 +87,6 @@ custom_op_library(
8987
cuda_srcs = [
9088
"kernels/segment_reduction_ops.h",
9189
"kernels/segment_reduction_ops_gpu.cu.cc",
92-
"kernels/sparse_fill_empty_rows_op.h",
93-
"kernels/sparse_fill_empty_rows_op.cu.cc",
9490
],
9591
)
9692

tensorflow_recommenders_addons/dynamic_embedding/core/kernels/sparse_fill_empty_rows_op.cc

Lines changed: 0 additions & 62 deletions
This file was deleted.

tensorflow_recommenders_addons/dynamic_embedding/core/kernels/sparse_fill_empty_rows_op.cu.cc

Lines changed: 0 additions & 274 deletions
This file was deleted.

tensorflow_recommenders_addons/dynamic_embedding/core/kernels/sparse_fill_empty_rows_op.h

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)