Home
last modified time | relevance | path

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

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