Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_convolution.cpp124 Eigen::array<ptrdiff_t, 1> stride_of_3; in test_strides() local
125 stride_of_3[0] = 3; in test_strides()
130 result = input.stride(stride_of_3).convolve(kernel, dims).stride(stride_of_2); in test_strides()