Skip to content

Commit

Permalink
Replace sparse_fill_empty_rows_op with the tf native interface
Browse files Browse the repository at this point in the history
  • Loading branch information
LinGeLin committed Nov 15, 2023
1 parent de53ad0 commit 5ab4cec
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 431 deletions.
4 changes: 0 additions & 4 deletions tensorflow_recommenders_addons/dynamic_embedding/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ custom_op_library(
"kernels/segment_reduction_ops.h",
"kernels/segment_reduction_ops_impl.cc",
"kernels/segment_reduction_ops_impl.h",
"kernels/sparse_fill_empty_rows_op.cc",
"kernels/sparse_fill_empty_rows_op.h",
"ops/math_ops.cc",
"utils/utils.h",
],
Expand All @@ -89,8 +87,6 @@ custom_op_library(
cuda_srcs = [
"kernels/segment_reduction_ops.h",
"kernels/segment_reduction_ops_gpu.cu.cc",
"kernels/sparse_fill_empty_rows_op.h",
"kernels/sparse_fill_empty_rows_op.cu.cc",
],
)

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5ab4cec

Please sign in to comment.