Skip to content

Add unit test for every export operator

We should add unit test on the export of every supported operator.

Unit test should be done in python.

# Generate a Graph of the export to test

# Execute Graph with random Tensor

# Export the Graph & Tensor

# Compile Graph

# Exectue binary and compare result with Aidge reference