The TT-Forge FE is a graph compiler designed to optimize and transform computational graphs for deep learning models, enhancing their performance and efficiency.
Previously we used compare_tensor_to_golden in some tensorflow test (tt-forge-fe/forge/test/mlir/test_ops_tf.py), but now we are updating the way we perform verification (you can read more about it here) and we won't need this function anymore so it can be removed.
Previously we used
compare_tensor_to_golden
in some tensorflow test (tt-forge-fe/forge/test/mlir/test_ops_tf.py
), but now we are updating the way we perform verification (you can read more about it here) and we won't need this function anymore so it can be removed.