Skip to content

Commit 579276a

Browse files
protogettensorflower-gardener
authored andcommitted
Delete infeasible TODO in CudnnRNN
Nvidia CuDNN7 still uses old GRU equations. PiperOrigin-RevId: 175621353
1 parent 80a3d01 commit 579276a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tensorflow/contrib/cudnn_rnn/python/ops/cudnn_rnn_ops.py

-3
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ class CudnnCompatibleGRUCell(rnn_cell_impl.GRUCell):
105105
```python
106106
r .* (h * R) != (r .* h) * R
107107
```
108-
109-
TODO(jamesqin): update the impl after Cudnn 7.1 when Nvidia would adopt the
110-
canonical version compatible with other tf GRU cells.
111108
"""
112109

113110
def __init__(self, num_units, reuse=None, kernel_initializer=None):

0 commit comments

Comments
 (0)