Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_casts.cpp66 Tensor<int, 2> i1tensor = ftensor.cast<int>(); in test_float_to_int_cast() local
71 VERIFY_IS_EQUAL(i1tensor(i,j), static_cast<int>(ftensor(i,j))); in test_float_to_int_cast()