Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_layout_swap.cpp21 Tensor<float, 3, RowMajor> tensor2 = tensor.swap_layout(); in test_simple_swap()
42 tensor2.swap_layout() = tensor; in test_swap_as_lvalue()
Dcxx11_tensor_image_patch.cpp20 Tensor<float, 4, RowMajor> tensor_row_major = tensor.swap_layout(); in test_simple_patch()
206 Tensor<float, 4, RowMajor> tensor_row_major = tensor.swap_layout(); in test_patch_padding_valid()
279 Tensor<float, 4, RowMajor> tensor_row_major = tensor.swap_layout(); in test_patch_padding_valid_same_value()
355 Tensor<float, 4, RowMajor> tensor_row_major = tensor.swap_layout(); in test_patch_padding_same()
412 Tensor<float, 3, RowMajor> tensor_row_major = tensor.swap_layout(); in test_patch_no_extra_dim()
571 Tensor<float, 5, RowMajor> l_out_row_major = l_in.swap_layout().extract_image_patches(11, 11); in test_imagenet_patches()
621 l_out_row_major = l_in.swap_layout().extract_image_patches(9, 9); in test_imagenet_patches()
667 l_out_row_major = l_in.swap_layout().extract_image_patches(7, 7); in test_imagenet_patches()
713 l_out_row_major = l_in.swap_layout().extract_image_patches(3, 3); in test_imagenet_patches()
Dcxx11_tensor_volume_patch.cpp11 Tensor<float, 5, RowMajor> tensor_row_major = tensor.swap_layout(); in test_single_voxel_patch()
49 Tensor<float, 5, RowMajor> tensor_row_major = tensor.swap_layout(); in test_entire_volume_patch()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h733 swap_layout() const { in swap_layout() function
885 swap_layout() const { in swap_layout() function
890 swap_layout() { in swap_layout() function
DREADME.md139 ```swap_layout()``` method. Note that this will also reverse the order of the
149 col_major_result = row_major.swap_layout();
155 col_major_result = row_major.swap_layout().shuffle(shuffle);
1680 Tensor<float, 4, RowMajor> tensor_row_major = tensor.swap_layout();