Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_cast_float16_cuda.cu38 Eigen::TensorMap<Eigen::Tensor<Eigen::half, 1>, Eigen::Aligned> gpu_half( in test_cuda_conversion() local
45 gpu_half.device(gpu_device) = gpu_float.cast<Eigen::half>(); in test_cuda_conversion()
46 gpu_conv.device(gpu_device) = gpu_half.cast<float>(); in test_cuda_conversion()
Dcxx11_tensor_of_float16_cuda.cu76 Eigen::TensorMap<Eigen::Tensor<Eigen::half, 1>, Eigen::Aligned> gpu_half( in test_cuda_conversion() local
82 gpu_half.device(gpu_device) = gpu_float.cast<Eigen::half>(); in test_cuda_conversion()
83 gpu_conv.device(gpu_device) = gpu_half.cast<float>(); in test_cuda_conversion()