Searched refs:patchId (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_image_patch.cpp | 85 int patchId = i+3*j; in test_simple_patch() local 97 if (entire_image_patch(d, r, c, patchId, b) != expected) { in test_simple_patch() 100 VERIFY_IS_EQUAL(entire_image_patch(d, r, c, patchId, b), expected); in test_simple_patch() 102 if (entire_image_patch_row_major(b, patchId, c, r, d) != in test_simple_patch() 108 VERIFY_IS_EQUAL(entire_image_patch_row_major(b, patchId, c, r, d), in test_simple_patch() 145 int patchId = i+3*j; in test_simple_patch() local 158 if (twod_patch(d, r, c, patchId, b) != expected) { in test_simple_patch() 161 VERIFY_IS_EQUAL(twod_patch(d, r, c, patchId, b), expected); in test_simple_patch() 168 if (twod_patch_row_major(b, patchId, c, r, d) != expected_row_major) { in test_simple_patch() 171 VERIFY_IS_EQUAL(twod_patch_row_major(b, patchId, c, r, d), expected_row_major); in test_simple_patch() [all …]
|
D | cxx11_tensor_volume_patch.cpp | 80 const int patchId = pz + patch_z * (py + px * patch_y); in test_entire_volume_patch() local 96 VERIFY_IS_EQUAL(entire_volume_patch(d, z, y, x, patchId, b), expected); in test_entire_volume_patch() 97 … VERIFY_IS_EQUAL(entire_volume_patch_row_major(b, patchId, x, y, z, d), expected_row_major); in test_entire_volume_patch()
|