Home
last modified time | relevance | path

Searched defs:half_prec (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_of_float16_cuda.cu45 Tensor<bool, 1> half_prec(num_elem); in test_cuda_numext() local
120 Tensor<float, 1> half_prec(num_elem); in test_cuda_unary() local
161 Tensor<float, 1> half_prec(num_elem); in test_cuda_elementwise() local
296 Tensor<Eigen::half, 2> half_prec(rows, cols); in test_cuda_contractions() local
349 Tensor<Eigen::half, 1> half_prec(result_size); in test_cuda_reductions() local
405 Tensor<Eigen::half, 0> half_prec; in test_cuda_full_reductions() local
/external/crcalc/src/com/hp/creals/
DCR.java1160 int half_prec = (p >> 1) - 1; in approximate() local