Warning: This API is deprecated and will be removed in a future version of TensorFlow after the replacement is stable.

LSTMBlockCell.Options

Stay organized with collections Save and categorize content based on your preferences.
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.