Skip to content

Commit

Permalink
Document update for LSTM (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-johnny authored Nov 17, 2022
1 parent 5eca3d2 commit 6267e03
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Include/arm_nnfunctions.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
* performance and minimize the memory footprint of neural networks on Arm Cortex-M processors.
*
* The library is divided into a number of functions each covering a specific category:
* - \ref NNConv Convolution Functions
* - \ref Acti "Activation Functions"
* - \ref FC Fully-connected Layer Functions
* - \ref SVDF Layer Functions
* - \ref Pooling Functions
* - \ref Softmax Functions
* - \ref groupElementwise Basic math Functions
*
* - \ref NNConv
* - \ref Acti
* - \ref FC
* - \ref SVDF
* - \ref Pooling
* - \ref Softmax
* - \ref groupElementwise
* - \ref LSTM
*
* \section Processors Supported Processors
*
Expand Down

0 comments on commit 6267e03

Please sign in to comment.