The TT-Forge FE is a graph compiler designed to optimize and transform computational graphs for deep learning models, enhancing their performance and efficiency.
Currently during compilation we store MLIR IR inside ttir.mlir json file ($REPORTIFY_PATH$/$OPERATION_NAME$/mlir_reports/ttir.mlir)
so we need a way of visualizing it in Visualizer (e.g. reportify).
Currently during compilation we store MLIR IR inside
ttir.mlir
json file ($REPORTIFY_PATH$/$OPERATION_NAME$/mlir_reports/ttir.mlir
) so we need a way of visualizing it in Visualizer (e.g. reportify).