Searched refs:full_prec1 (Results 1 – 1 of 1) sorted by relevance
222 Tensor<Eigen::half, 1> full_prec1(num_elem); in test_cuda_trancendental() local233 gpu_device.memcpyDeviceToHost(full_prec1.data(), d_res1_float, num_elem*sizeof(Eigen::half)); in test_cuda_trancendental()241 …cking elemwise exp " << i << " input = " << input1(i) << " full = " << full_prec1(i) << " half = "… in test_cuda_trancendental()242 VERIFY_IS_APPROX(full_prec1(i), half_prec1(i)); in test_cuda_trancendental()