Searched refs:full_prec2 (Results 1 – 1 of 1) sorted by relevance
225 Tensor<Eigen::half, 1> full_prec2(num_elem); in test_cuda_trancendental() local235 gpu_device.memcpyDeviceToHost(full_prec2.data(), d_res2_float, num_elem*sizeof(Eigen::half)); in test_cuda_trancendental()245 …cking elemwise log " << i << " input = " << input2(i) << " full = " << full_prec2(i) << " half = "… in test_cuda_trancendental()247 VERIFY_IS_APPROX(full_prec2(i)+Eigen::half(0.1f), half_prec2(i)+Eigen::half(0.1f)); in test_cuda_trancendental()249 VERIFY_IS_APPROX(full_prec2(i), half_prec2(i)); in test_cuda_trancendental()