HomeSort by relevance Sort by last modified time
    Searched defs:t_result (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/test/
cxx11_tensor_contraction.cpp 357 Tensor<float, 5, DataLayout> t_result(30, 50, 7, 20, 10);
375 t_result = t_left.contract(t_right, dims);
378 for (int i = 0; i < t_result.dimensions().TotalSize(); i++) {
379 VERIFY(&t_result.data()[i] != &m_result.data()[i]);
380 VERIFY_IS_APPROX(t_result.data()[i], m_result.data()[i]);
389 Tensor<float, 1, DataLayout> t_result(30);
403 t_result = t_left.contract(t_right, dims);
406 for (int i = 0; i < t_result.dimensions().TotalSize(); i++) {
407 VERIFY(internal::isApprox(t_result(i), m_result(i, 0), 1));
423 Tensor<float, 3, DataLayout> t_result = t_left.contract(t_right, dim_pair01) local
453 Tensor<float, 5, DataLayout> t_result; local
    [all...]
  /external/valgrind/VEX/pub/
libvex.h 890 IRType t_result; \/\/ type of result member in struct:__anon42054
    [all...]

Completed in 93 milliseconds