Home
last modified time | relevance | path

Searched refs:test_construct_from_other (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/c10/test/util/
Dcomplex_test_common.h116 C10_HOST_DEVICE void test_construct_from_other() { in test_construct_from_other() function
158 test_construct_from_other<float, float>(); in test_convert_constructors()
159 test_construct_from_other<float, double>(); in test_convert_constructors()
160 test_construct_from_other<double, float>(); in test_convert_constructors()
161 test_construct_from_other<double, double>(); in test_convert_constructors()