Poplar and PopLibs
popnn Directory Reference

Directories

directory  experimental
 

Files

file  BatchNorm.hpp [code]
 Batch normalization operations.
 
file  codelets.hpp [code]
 
file  CTCInference.hpp [code]
 Support for Connectionist Temporal Classification (CTC) Beam search decoder.
 
file  CTCLoss.hpp [code]
 Support for Connectionist Temporal Classification (CTC) Loss.
 
file  CTCPlan.hpp [code]
 Support for planning Connectionist Temporal Classification (CTC) Operations.
 
file  GroupNorm.hpp [code]
 Group normalization operations.
 
file  Gru.hpp [code]
 Support for gated recurrent units.
 
file  GruDef.hpp [code]
 Definitions for GRU cell operations.
 
file  InstanceNorm.hpp [code]
 Instance normalization operations.
 
file  LayerNorm.hpp [code]
 Layer normalisation operations.
 
file  LogSoftmax.hpp [code]
 Log of softmax functions.
 
file  Loss.hpp [code]
 Loss and gradient calculations.
 
file  Lstm.hpp [code]
 Support for Long short-term memory cells.
 
file  LstmDef.hpp [code]
 Definitions for LSTM cell operations.
 
file  NonLinearity.hpp [code]
 Non-linearity operations.
 
file  NonLinearityDef.hpp [code]
 Definitions for non-linearity operations.
 
file  NonLinearityDefUtil.hpp [code]
 Definitions for non-linearity operations.
 
file  Norms.hpp [code]
 Normalisation operations.
 
file  Pooling.hpp [code]
 Support for pooling operations.
 
file  PoolingDef.hpp [code]
 Definitions for pooling operations.
 
file  Recurrent.hpp [code]
 Functions for recurrent neural networks (RNN).
 
file  Rnn.hpp [code]
 Functions for recurrent neural networks (RNN).
 
file  SpatialSoftMax.hpp [code]
 Functions for spatial softmax.