How do we do mid-layer integration after the Aten FX graph?
I have a custom backend compiler in cpp that compiles a custom graph data structure. I wanted to convert the final Aten fx graph into my own custom graph data structure and get the binary out and run on the hardware.
Could someone point me to this?