Class GRUCellOutputs


  • public class GRUCellOutputs
    extends Object
    • Constructor Detail

      • GRUCellOutputs

        public GRUCellOutputs​(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, numUnits].