Class SRUCellOutputs


  • public class SRUCellOutputs
    extends Object
    • Constructor Detail

      • SRUCellOutputs

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

      • getAllOutputs

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

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

        public SDVariable getState()
        Get c, the state of the cell. Has shape [batchSize, inSize].