Skip to content

Initial support for RNN operators

Compare
Choose a tag to compare
@rainLiuplus rainLiuplus released this 03 Mar 15:21
· 70 commits to master since this release
  1. Initial implementation for RNN operators including GRU (Gated Recurrent Unit) cell, LSTM (Long Short-Term Memory) cell (no support for peephole yet) by matching the cell's corresponding pattern and fold them into a fuction or class in target framework.

  2. Various fixes and stability improvements.