Skip to content

[add] reciprocal operation

Maxence Naud requested to merge 324-add-reciprocal-operation into dev

Context

add Reciprocal operation implementation on CPU backend: aidge_core#324 (closed)

Major modifications

  • clean: remove unused includes in ReLU implementation
  • fix: bad calls to Array helpers
  • Reciprocal operation
    • add: CPU implementation
    • add: forward kernel ➡️
    • add: backward kernel ⬅️
    • add: unit-tests for forward and backward functions 🧪
Edited by Maxence Naud

Merge request reports

Loading