• Computes the next states and outputs of a stack of LSTMCells.

    Each cell output is used as input to the next cell.

    Returns [cellState, cellOutput].

    Derived from tf.contrib.rn.MultiRNNCell.

    Parameters

    Returns [Tensor2D[], Tensor2D[]]

    Doc

Generated using TypeDoc