Module: tf.compat.v1.nn.rnn_cell
Stay organized with collections
Save and categorize content based on your preferences.
Module for constructing RNN Cells.
Classes
class BasicLSTMCell
: DEPRECATED: Please use tf.compat.v1.nn.rnn_cell.LSTMCell
instead.
class BasicRNNCell
: The most basic RNN cell.
class DeviceWrapper
: Operator that ensures an RNNCell runs on a particular device.
class DropoutWrapper
: Operator adding dropout to inputs and outputs of the given cell.
class GRUCell
: Gated Recurrent Unit cell.
class LSTMCell
: Long short-term memory unit (LSTM) recurrent network cell.
class LSTMStateTuple
: Tuple used by LSTM Cells for state_size
, zero_state
, and output state.
class MultiRNNCell
: RNN cell composed sequentially of multiple simple cells.
class RNNCell
: Abstract object representing an RNN cell.
class ResidualWrapper
: RNNCell wrapper that ensures cell inputs are added to the outputs.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2021-05-14 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-05-14 UTC."],[],[]]