torch.nn.LSTMCellOptions
export interface LSTMCellOptions {
/** Whether to include bias terms (default: true) */
bias?: boolean;
}bias(boolean)optional- – Whether to include bias terms (default: true)
Options for LSTMCell module.
export interface LSTMCellOptions {
/** Whether to include bias terms (default: true) */
bias?: boolean;
}bias(boolean)optionalOptions for LSTMCell module.