Performance Comparison: STEDGEAI vs. Plain C for Float Networks
Here's a revised version of your query, with improved grammar and clarity:
---
I am trying to understand the performance expectations of STEDGEAI compared to plain C for float networks.
When I convert a network into an ONNX model, I notice that plain C takes fewer cycles than STEDGEAI:
- The cycles for Vanilla C are 159,852.
- The cycles for STEDGEAI are 234,814.
I have checked using CubeMX and CLI, but plain C still performs better. Can someone clarify the expected performance of STEDGEAI in this context?
Thank you.
