Class LSTMCellOutputs


  • public class LSTMCellOutputs
    extends Object
    • Constructor Detail

      • LSTMCellOutputs

        public LSTMCellOutputs​(SDVariable[] outputs)
    • Method Detail

      • getAllOutputs

        public List<SDVariable> getAllOutputs()
        Get all outputs returned by the cell.
      • getOutput

        public SDVariable getOutput()
        Get y, the output of the cell. Has shape [batchSize, numUnits].
      • getState

        public SDVariable getState()
        Get c, the cell's state. Has shape [batchSize, numUnits].