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

  /external/eigen/unsupported/test/
cxx11_tensor_image_patch.cpp 91 float expected_row_major = 0.0f; local
94 expected_row_major = tensor_row_major(b, c-2+j, r-1+i, d);
103 expected_row_major) {
109 expected_row_major); local
111 VERIFY_IS_EQUAL(expected, expected_row_major);
151 float expected_row_major = 0.0f; local
165 expected_row_major = tensor_row_major(b, col_offset, row_offset, d);
168 if (twod_patch_row_major(b, patchId, c, r, d) != expected_row_major) {
171 VERIFY_IS_EQUAL(twod_patch_row_major(b, patchId, c, r, d), expected_row_major); local
173 VERIFY_IS_EQUAL(expected, expected_row_major);
231 float expected_row_major = 0.0f; local
247 VERIFY_IS_EQUAL(result_row_major(b, patchId, c, r, d), expected_row_major); local
304 float expected_row_major = 0.0f; local
320 VERIFY_IS_EQUAL(result_row_major(b, patchId, c, r, d), expected_row_major); local
381 float expected_row_major = 0.0f; local
397 VERIFY_IS_EQUAL(result_row_major(b, patchId, c, r, d), expected_row_major); local
475 float expected_row_major = 0.0f; local
491 expected_row_major); local
528 float expected_row_major = 0.0f; local
546 VERIFY_IS_EQUAL(twod_patch_row_major(patchId, c, r, d), expected_row_major); local
    [all...]
cxx11_tensor_volume_patch.cpp 87 float expected_row_major = 0.0f; local
94 expected_row_major = tensor_row_major(b, eff_x, eff_y, eff_z, d);
97 VERIFY_IS_EQUAL(entire_volume_patch_row_major(b, patchId, x, y, z, d), expected_row_major); local

Completed in 621 milliseconds