The TT-Forge FE is a graph compiler designed to optimize and transform computational graphs for deep learning models, enhancing their performance and efficiency.
This PR addresses issue #639 by introducing a new verify function that centralizes all verification logic in one place. Additionally, a new VerifyConfig class is introduced, allowing for custom verification settings per test. The previous configuration class has been renamed to DeprecatedVerifyConfig to indicate it is now obsolete.
This PR addresses issue #639 by introducing a new
verify
function that centralizes all verification logic in one place. Additionally, a newVerifyConfig
class is introduced, allowing for custom verification settings per test. The previous configuration class has been renamed toDeprecatedVerifyConfig
to indicate it is now obsolete.For more details on the changes, refer to the PR documentation.
Fix #639