Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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!

Regards,
Muthu

Back to the top