I am wondering if a TensorRT tool exists to show the post-optimized structure of a TensorRT network.
After networks go through the building/optimizing process, it’s a bit of a mystery what actually comes out the other end. Does a tool exist that can read built models and display some helpful information?
For example, some data that would be helpful to know is (for each layer):
Unfortunately, we don’t have a visual tool (similar to tensorboard/netron) yet. We are always taking customer feedback and integrating them into future product releases.
However, when the INetworkDefinition object is passed to the buildCudaEngine function (below), all of the optimizations and changes to the network are not visible to the INetworkDefinition object.