Searched refs:no_patch (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_patch.cpp | 28 Tensor<float, 5, DataLayout> no_patch; in test_simple_patch() local 29 no_patch = tensor.extract_patches(patch_dims); in test_simple_patch() 32 VERIFY_IS_EQUAL(no_patch.dimension(0), 1); in test_simple_patch() 33 VERIFY_IS_EQUAL(no_patch.dimension(1), 1); in test_simple_patch() 34 VERIFY_IS_EQUAL(no_patch.dimension(2), 1); in test_simple_patch() 35 VERIFY_IS_EQUAL(no_patch.dimension(3), 1); in test_simple_patch() 36 VERIFY_IS_EQUAL(no_patch.dimension(4), tensor.size()); in test_simple_patch() 38 VERIFY_IS_EQUAL(no_patch.dimension(0), tensor.size()); in test_simple_patch() 39 VERIFY_IS_EQUAL(no_patch.dimension(1), 1); in test_simple_patch() 40 VERIFY_IS_EQUAL(no_patch.dimension(2), 1); in test_simple_patch() [all …]
|