Searched refs:entire_image_patch (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_image_patch.cpp | 66 Tensor<float, 5> entire_image_patch; in test_simple_patch() local 67 entire_image_patch = tensor.extract_image_patches(3, 5); in test_simple_patch() 68 VERIFY_IS_EQUAL(entire_image_patch.dimension(0), 2); in test_simple_patch() 69 VERIFY_IS_EQUAL(entire_image_patch.dimension(1), 3); in test_simple_patch() 70 VERIFY_IS_EQUAL(entire_image_patch.dimension(2), 5); in test_simple_patch() 71 VERIFY_IS_EQUAL(entire_image_patch.dimension(3), 3*5); in test_simple_patch() 72 VERIFY_IS_EQUAL(entire_image_patch.dimension(4), 7); in test_simple_patch() 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() 453 Tensor<float, 4> entire_image_patch; in test_patch_no_extra_dim() local [all …]
|