HomeSort by relevance Sort by last modified time
    Searched full:i1tensor (Results 1 - 1 of 1) sorted by null

  /external/eigen/unsupported/test/
cxx11_tensor_casts.cpp 66 Tensor<int, 2> i1tensor = ftensor.cast<int>(); local
71 VERIFY_IS_EQUAL(i1tensor(i,j), static_cast<int>(ftensor(i,j)));

Completed in 673 milliseconds