From 1a834d3aa84ba47afe39c22fffd60d03ca151d30 Mon Sep 17 00:00:00 2001 From: Mark Daoust Date: Fri, 28 Sep 2018 11:12:42 -0700 Subject: Remove @{} api_links and ban "@{}" from python and md files. PiperOrigin-RevId: 214964988 --- tensorflow/python/ops/rnn_cell_impl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/python/ops') diff --git a/tensorflow/python/ops/rnn_cell_impl.py b/tensorflow/python/ops/rnn_cell_impl.py index 43cca1a498..c2751e529a 100644 --- a/tensorflow/python/ops/rnn_cell_impl.py +++ b/tensorflow/python/ops/rnn_cell_impl.py @@ -611,7 +611,7 @@ class LSTMStateTuple(_LSTMStateTuple): # TODO(scottzhu): Stop exporting this class in TF 2.0. @tf_export("nn.rnn_cell.BasicLSTMCell") class BasicLSTMCell(LayerRNNCell): - """DEPRECATED: Please use @{tf.nn.rnn_cell.LSTMCell} instead. + """DEPRECATED: Please use `tf.nn.rnn_cell.LSTMCell` instead. Basic LSTM recurrent network cell. -- cgit v1.2.3