Skip to content

v0.4.0

Compare
Choose a tag to compare
@Talmaj Talmaj released this 07 Oct 18:34
· 26 commits to master since this release
  • Improve memory management by removing activations that are no longer required by any following operations
  • New supported operators
    • Tile
    • Loop
    • Bitshift
    • Div
    • Constant
    • GatherND
    • GlobalAveragePool
    • LSTM
    • Matmul
    • NonMaxSuppression
    • Prelu
    • ReduceSum
    • Scatter
    • ScatterElements
    • ScatterND
    • ThresholdedReLu
    • TopK
    • Transpose
    • Where

Main contributor for this release was @calvinmccarter-at-lightmatter