Skip to content

[export_cpp] Use broadcasting only if needed

With MR like !46 (merged) introducing broadcasting to elemwise operator we get more complex operators.

But sometimes broadcasting is not necessary. In these cases the best would be to have a simple for loop with no extra control on dimensions. The cehck for broadcasting or not would be done by the Implementation Spec of the ExportNode