tenstorrent / tt-forge-fe

The TT-Forge FE is a graph compiler designed to optimize and transform computational graphs for deep learning models, enhancing their performance and efficiency.
https://docs.tenstorrent.com/tt-forge-fe/
Apache License 2.0
20 stars 3 forks source link

compare_tensor_to_golden function is deprecated #716

Open vkovinicTT opened 1 week ago

vkovinicTT commented 1 week ago

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.