Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_casts.cpp19 Tensor<float, 2> ftensor(20,30); in test_simple_cast() local
42 Tensor<float, 2> ftensor(20,30); in test_vectorized_cast() local
61 Tensor<float, 2> ftensor(20,30); in test_float_to_int_cast() local
82 Tensor<float, 2> ftensor(20, 30); in test_big_to_small_type_cast() local
95 Tensor<float, 2> ftensor(20, 30); in test_small_to_big_type_cast() local
Dcxx11_tensor_roundings.cpp17 Tensor<float, 2> ftensor(20,30); in test_float_rounding() local
31 Tensor<float, 2> ftensor(20,30); in test_float_flooring() local
45 Tensor<float, 2> ftensor(20,30); in test_float_ceiling() local