Searched refs:dst_slice_dim (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_reverse.cpp | 127 array<ptrdiff_t, 4> dst_slice_dim = src_slice_dim; in test_expr_reverse() local 132 result.slice(dst_slice_start, dst_slice_dim).reverse(dim_rev) = in test_expr_reverse() 135 result.slice(dst_slice_start, dst_slice_dim) = in test_expr_reverse() 161 result.slice(dst_slice_start, dst_slice_dim).reverse(dim_rev) = in test_expr_reverse() 162 tensor.slice(dst_slice_start, dst_slice_dim); in test_expr_reverse() 164 result.slice(dst_slice_start, dst_slice_dim) = in test_expr_reverse() 165 tensor.reverse(dim_rev).slice(dst_slice_start, dst_slice_dim); in test_expr_reverse()
|
D | cxx11_tensor_shuffling.cpp | 88 array<int, 4> dst_slice_dim{{1,7,3,2}}; in test_expr_shuffling() local 92 result.slice(dst_slice_start, dst_slice_dim) = in test_expr_shuffling() 116 result.slice(dst_slice_start, dst_slice_dim) = in test_expr_shuffling() 117 tensor.shuffle(shuffles).slice(dst_slice_start, dst_slice_dim); in test_expr_shuffling()
|