public static    class
      LSTMBlockCell.Options
Optional attributes for LSTMBlockCell
Public Methods
| LSTMBlockCell.Options | 
cellClip(Float cellClip)
                
               | 
| LSTMBlockCell.Options | 
forgetBias(Float forgetBias)
                
               | 
| LSTMBlockCell.Options | 
usePeephole(Boolean usePeephole)
                
               | 
Inherited Methods
Public Methods
public LSTMBlockCell.Options cellClip (Float cellClip)
Parameters
| cellClip | Value to clip the 'cs' value to. | 
|---|
public LSTMBlockCell.Options forgetBias (Float forgetBias)
Parameters
| forgetBias | The forget gate bias. | 
|---|
public LSTMBlockCell.Options usePeephole (Boolean usePeephole)
Parameters
| usePeephole | Whether to use peephole weights. | 
|---|