Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_striding.cpp93 array<ptrdiff_t, 4> no_strides; in test_striding_as_lvalue() local
94 no_strides[0] = 1; in test_striding_as_lvalue()
95 no_strides[1] = 1; in test_striding_as_lvalue()
96 no_strides[2] = 1; in test_striding_as_lvalue()
97 no_strides[3] = 1; in test_striding_as_lvalue()
99 result2.stride(strides) = tensor.stride(no_strides); in test_striding_as_lvalue()