Skip to content

feat: Implement backward function for Div operator

Jerome Hue requested to merge jeromeh/aidge_backend_cpu:div-backward into dev

Context

Implement CPU backward function of Div operator, using roughly the same algorithm detailed in !122 (merged).

Add some tests (fixed values with different tensor sizes, and tensors with random values).

Modified files are MulImpl.hpp, MulImpl_kernels.hpp, MulImpl.cpp and Test_MulImpl.cpp

Fixes part of #30 (closed).

Merge request reports

Loading