Hello Muthu,
aidge_onnx.node_import.supported_operators() list operator supported for onnx import.
While aidge_onnx.native_coverage_report(graph) list operator not supported by the aidge framework.
The list can be different especially if there is an error while loading an operator which fallback to a generic operator
(thus being counted has not supported).
If you have this kind of problem, you can open an issue on gitlab.
Regards,
Cyril
De : aidge-dev <aidge-dev-bounces@xxxxxxxxxxx>
De la part de MUTHU via aidge-dev
Envoyé : mardi 5 mars 2024 13:04
À : aidge-dev@xxxxxxxxxxx
Cc : MUTHU <muthusaicharan@xxxxxxxxx>
Objet : [aidge-dev] Supported Operators
Respected developer,
I am a student exploring the aidge toolkit. I have a few questions and I'm hoping to get them answered. I don't want to ask them all yet, so I will just start off with one in this email.
aidge_onnx.node_import.supported_operators()
This gives a list which includes these operators - matmul, squeeze, unsqueeze and sigmoid.
But when I give
aidge_onnx.native_coverage_report(graph)
These operators are listed as generic operators.
I am sure how to proceed. My architecture contains all these operators and my goal is to
export my onnx file into cpp format. I am looking to quantize my weight file.
Thank you in advance and looking forward to hearing from you!