Searched refs:single_voxel_patch (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_volume_patch.cpp | 13 Tensor<float, 6> single_voxel_patch; in test_single_voxel_patch() local 14 single_voxel_patch = tensor.extract_volume_patches(1, 1, 1); in test_single_voxel_patch() 15 VERIFY_IS_EQUAL(single_voxel_patch.dimension(0), 4); in test_single_voxel_patch() 16 VERIFY_IS_EQUAL(single_voxel_patch.dimension(1), 1); in test_single_voxel_patch() 17 VERIFY_IS_EQUAL(single_voxel_patch.dimension(2), 1); in test_single_voxel_patch() 18 VERIFY_IS_EQUAL(single_voxel_patch.dimension(3), 1); in test_single_voxel_patch() 19 VERIFY_IS_EQUAL(single_voxel_patch.dimension(4), 2 * 3 * 5); in test_single_voxel_patch() 20 VERIFY_IS_EQUAL(single_voxel_patch.dimension(5), 7); in test_single_voxel_patch() 32 VERIFY_IS_EQUAL(tensor.data()[i], single_voxel_patch.data()[i]); in test_single_voxel_patch()
|