Searched refs:single_patch (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_patch.cpp | 53 Tensor<float, 5, DataLayout> single_patch; in test_simple_patch() local 54 single_patch = tensor.extract_patches(patch_dims); in test_simple_patch() 57 VERIFY_IS_EQUAL(single_patch.dimension(0), 2); in test_simple_patch() 58 VERIFY_IS_EQUAL(single_patch.dimension(1), 3); in test_simple_patch() 59 VERIFY_IS_EQUAL(single_patch.dimension(2), 5); in test_simple_patch() 60 VERIFY_IS_EQUAL(single_patch.dimension(3), 7); in test_simple_patch() 61 VERIFY_IS_EQUAL(single_patch.dimension(4), 1); in test_simple_patch() 63 VERIFY_IS_EQUAL(single_patch.dimension(0), 1); in test_simple_patch() 64 VERIFY_IS_EQUAL(single_patch.dimension(1), 2); in test_simple_patch() 65 VERIFY_IS_EQUAL(single_patch.dimension(2), 3); in test_simple_patch() [all …]
|