Poplar and PopLibs
LstmDef.hpp File Reference

Definitions for LSTM cell operations. More...

Go to the source code of this file.

Enumerations

enum  BasicLstmCellUnit
 The units within a basic LSTM cell. More...
 

Detailed Description

Definitions for LSTM cell operations.

Enumeration Type Documentation

◆ BasicLstmCellUnit

The units within a basic LSTM cell.

The term unit is used to refer to either a gate, or a cell state vector computation. In general all of these require a weight matrix, a bias and a non-linearity. Typically, a fixed type of non-linearity is associated with each type of unit.