Searched refs:entire_image_patch_row_major (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_image_patch.cpp | 75 Tensor<float, 5, RowMajor> entire_image_patch_row_major; in test_simple_patch() local 76 entire_image_patch_row_major = tensor_row_major.extract_image_patches(3, 5); in test_simple_patch() 77 VERIFY_IS_EQUAL(entire_image_patch_row_major.dimension(0), 7); in test_simple_patch() 78 VERIFY_IS_EQUAL(entire_image_patch_row_major.dimension(1), 3*5); in test_simple_patch() 79 VERIFY_IS_EQUAL(entire_image_patch_row_major.dimension(2), 5); in test_simple_patch() 80 VERIFY_IS_EQUAL(entire_image_patch_row_major.dimension(3), 3); in test_simple_patch() 81 VERIFY_IS_EQUAL(entire_image_patch_row_major.dimension(4), 2); 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() 461 Tensor<float, 4, RowMajor> entire_image_patch_row_major; in test_patch_no_extra_dim() local [all …]
|