Poplar and PopLibs
GruDef.hpp
Go to the documentation of this file.
1// Copyright (c) 2019 Graphcore Ltd. All rights reserved.
6#ifndef popnn_GruDef_hpp
7#define popnn_GruDef_hpp
8
15 BASIC_GRU_CELL_RESET_GATE = 0,
16 BASIC_GRU_CELL_UPDATE_GATE = 1,
17 BASIC_GRU_CELL_CANDIDATE = 2,
18 BASIC_GRU_CELL_NUM_UNITS = 3
19};
20
21#endif // popnn_GruDef_hpp
BasicGruCellUnit
The units within a basic GRU cell.
Definition: GruDef.hpp:14