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

  /external/eigen/unsupported/test/
cxx11_tensor_casts.cpp 67 Tensor<int, 2> i2tensor = dtensor.cast<int>(); local
72 VERIFY_IS_EQUAL(i2tensor(i,j), static_cast<int>(dtensor(i,j)));

Completed in 94 milliseconds