Searched refs:threed_patch (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_patch.cpp | 123 Tensor<float, 5, DataLayout> threed_patch; in test_simple_patch() local 124 threed_patch = tensor.extract_patches(patch_dims); in test_simple_patch() 127 VERIFY_IS_EQUAL(threed_patch.dimension(0), 1); in test_simple_patch() 128 VERIFY_IS_EQUAL(threed_patch.dimension(1), 2); in test_simple_patch() 129 VERIFY_IS_EQUAL(threed_patch.dimension(2), 3); in test_simple_patch() 130 VERIFY_IS_EQUAL(threed_patch.dimension(3), 5); in test_simple_patch() 131 VERIFY_IS_EQUAL(threed_patch.dimension(4), 2*2*3*3); in test_simple_patch() 133 VERIFY_IS_EQUAL(threed_patch.dimension(0), 2*2*3*3); in test_simple_patch() 134 VERIFY_IS_EQUAL(threed_patch.dimension(1), 1); in test_simple_patch() 135 VERIFY_IS_EQUAL(threed_patch.dimension(2), 2); in test_simple_patch() [all …]
|