Skip to content

Commit

Permalink
Add op library for GRU contrib ops. I believe this is needed to link …
Browse files Browse the repository at this point in the history
…the ops into cpp binaries.

Change: 141089011
  • Loading branch information
tensorflower-gardener committed Dec 5, 2016
1 parent b286624 commit 617ef42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tensorflow/contrib/rnn/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,10 @@ filegroup(
)

tf_gen_op_libs(
op_lib_names = ["lstm_ops"],
op_lib_names = [
"lstm_ops",
"gru_ops",
],
)

tf_kernel_library(
Expand Down

0 comments on commit 617ef42

Please sign in to comment.