Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions tensorflow_text/core/kernels/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,12 @@ tf_cc_library(
srcs = ["constrained_sequence.cc"],
hdrs = ["constrained_sequence.h"],
tf_deps = [
# tf:framework tensorflow dep,
# tf:lib tensorflow dep,
# tf:protos_all_cc tensorflow dep,
# tf/framework:tensor tensorflow dep,
# tf/framework:tensor_shape tensorflow dep,
# tf/framework:tensor_types tensorflow dep,
# tf/platform:logging tensorflow dep,
# tf/platform:types tensorflow dep,
],
)

Expand Down