Skip to content

add broadcasting for Arithmetic operators

Houssem ROUIS requested to merge (removed):broadcasting into dev

This merge request is dedicated to enable broadcasting for binary operations on tensors (Add, Mul, Div, Sub, Pow). The broadcasting will be the same as ONNX which is the same as Numpy

Merge request reports