Skip to content

Commit

Permalink
fix typo (tensorflow#16122)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManHyuk authored and gunan committed Jan 15, 2018
1 parent 8b9ffb6 commit 84a70f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow/contrib/cudnn_rnn/python/ops/cudnn_rnn_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@ def __call__(self, input_data, input_h, input_c, params, is_training=True):
params: the parameter buffer created for this model.
is_training: whether this operation will be used in training or inference.
Returns:
output: the output sequuence.
output: the output sequence.
output_h: the final state for h.
output_c: the final state for c. This is only relevant for LSTM.
"""
Expand Down Expand Up @@ -1472,7 +1472,7 @@ def __call__(self, input_data, input_h, input_c, params, is_training=True):
params: the parameter buffer created for this model.
is_training: whether this operation will be used in training or inference.
Returns:
output: the output sequuence.
output: the output sequence.
output_h: the final state for h.
output_c: the final state for c.
"""
Expand Down

0 comments on commit 84a70f5

Please sign in to comment.