The TT-Forge FE is a graph compiler designed to optimize and transform computational graphs for deep learning models, enhancing their performance and efficiency.
In tvm_to_python.py file, the models unique operation configuration are extracted using the UniqueOperations, UniqueOperationInfo, OpArgsOpNames, OperandsInfo and OpArgs class. Move the mentioned class to separate python module instead of having it in tvm_to_python.py file.
In tvm_to_python.py file, the models unique operation configuration are extracted using the UniqueOperations, UniqueOperationInfo, OpArgsOpNames, OperandsInfo and OpArgs class. Move the mentioned class to separate python module instead of having it in tvm_to_python.py file.