Add function to force operator loading as generic
This MR aims to add a new function called load_as_generic
to offer the possibilty to load an operator as generic.
To use:
# Before calling load_onnx
aidge_onnx.node_import.load_as_generic("gemm")
- Add support for sub in ONNX export
FIX
- Handle the case when an input node has a data input inside the graph and thus should not be considered a graph input.
Edited by Cyril Moineau