HloGenerator
Generates StableHLO MLIR from any Model by:
Creating a tape-recording execution context
Running the model forward pass to record operations
Converting the execution tape to a ComputeGraph
Compiling the graph to StableHLO MLIR