Searched defs:t_result (Results 1 - 2 of 2) sorted by relevance

/external/eigen/unsupported/test/
H A Dcxx11_tensor_contraction.cpp357 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 local
453 Tensor<float, 5, DataLayout> t_result; local
[all...]
/external/valgrind/VEX/pub/
H A Dlibvex.h843 IRType t_result; // type of result member in struct:__anon22715

Completed in 117 milliseconds