Files
apache--tvm/python
Eric Lunderberg bca0385862 [UnitTest][TIR] Testing utility for before/after transform tests (#12264)
This PR adds `tvm.testing.CompareBeforeAfter`, a generalization of the `BaseBeforeAfter` utility previously used in `test_tir_transform_simplify.py`, which performs unit tests that perform a transformation on a TIR function and compare the results to an expected TIR output.  This arose when minimizing the boilerplate required for unit tests in the implementation of https://github.com/apache/tvm/issues/12261.
2022-08-01 17:46:35 -07:00
..