xref: /aosp_15_r20/external/pytorch/c10/test/util/complex_math_test.cpp (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1 #include <gtest/gtest.h>
2 #define C10_DEFINE_TEST(a, b) TEST(a, b)
3 #define C10_ASSERT_NEAR(a, b, tol) ASSERT_NEAR(a, b, tol)
4 #include <c10/test/util/complex_math_test_common.h>
5