Debug Runtime & Relay Data

Hi,

For a project I want to build a proof of concept, which should be able to collect layer settings and their latencies in its first step.

I found the debug runtime useful to get the latencies of the layers, however, the information about the optimized and fused layers are very sparse, I cannot find anything about kernel sizes, padding, etc.

Is there a simple way to access the relay representation AFTER the optimization of the build process?

Should I use another method to collect the latency data? Is the debug runtime able to collect the latency of BYOC nodes or subgraphs? ( I was unable to test it myself as I could not build TVM with DNNL - might be a limitation of WSL)