Home
last modified time | relevance | path

Searched refs:single_voxel_patch_row_major (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_volume_patch.cpp22 Tensor<float, 6, RowMajor> single_voxel_patch_row_major; in test_single_voxel_patch() local
23 single_voxel_patch_row_major = tensor_row_major.extract_volume_patches(1, 1, 1); in test_single_voxel_patch()
24 VERIFY_IS_EQUAL(single_voxel_patch_row_major.dimension(0), 7); in test_single_voxel_patch()
25 VERIFY_IS_EQUAL(single_voxel_patch_row_major.dimension(1), 2 * 3 * 5); in test_single_voxel_patch()
26 VERIFY_IS_EQUAL(single_voxel_patch_row_major.dimension(2), 1); in test_single_voxel_patch()
27 VERIFY_IS_EQUAL(single_voxel_patch_row_major.dimension(3), 1); in test_single_voxel_patch()
28 VERIFY_IS_EQUAL(single_voxel_patch_row_major.dimension(4), 1); in test_single_voxel_patch()
29 VERIFY_IS_EQUAL(single_voxel_patch_row_major.dimension(5), 4); in test_single_voxel_patch()
33 VERIFY_IS_EQUAL(tensor_row_major.data()[i], single_voxel_patch_row_major.data()[i]); in test_single_voxel_patch()