Home
last modified time | relevance | path

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

/external/eigen/test/
Dfastmath.cpp30 void check_inf_nan(bool dryrun) { in check_inf_nan() function
92 std::cout << "*** float *** \n\n"; check_inf_nan<float>(true); in test_fastmath()
93 std::cout << "*** double ***\n\n"; check_inf_nan<double>(true); in test_fastmath()
94 std::cout << "*** long double *** \n\n"; check_inf_nan<long double>(true); in test_fastmath()
96 check_inf_nan<float>(false); in test_fastmath()
97 check_inf_nan<double>(false); in test_fastmath()
98 check_inf_nan<long double>(false); in test_fastmath()
/external/tensorflow/tensorflow/python/distribute/
Dcross_device_utils.py135 check_inf_nan): argument
161 if check_inf_nan: