- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for bidirectional (0.17 seconds)
-
doc/go_spec.html
</pre> <p> The optional <code><-</code> operator specifies the channel <i>direction</i>, <i>send</i> or <i>receive</i>. If a direction is given, the channel is <i>directional</i>, otherwise it is <i>bidirectional</i>. A channel may be constrained only to send or only to receive by <a href="#Assignment_statements">assignment</a> or explicit <a href="#Conversions">conversion</a>. </p> <pre>
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Apr 01 23:39:18 GMT 2026 - 287.8K bytes - Click Count (1) -
RELEASE.md
`GRUCell`, and a number of other cells. These now reside in `tf.nn.rnn_cell` (with aliases in `tf.contrib.rnn` for backwards compatibility). The original `tf.nn.rnn` function is now `tf.nn.static_rnn`, and the bidirectional static and state saving static rnn functions are also now back in the `tf.nn` namespace. Notable exceptions are the `EmbeddingWrapper`, `InputProjectionWrapper` andCreated: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3)