Searched refs:striding (Results 1 – 9 of 9) sorted by relevance
53 BM_FuncCPU(striding, 4);54 BM_FuncCPU(striding, 8);55 BM_FuncCPU(striding, 12);
29 BM_FuncGPU(striding);
198 void striding(int num_iters) { in striding() function
75 … column index arrays can also be expressions to perform offsetting, modulo, striding, reverse, etc.
99 occur (striding in a contiguous memory block).128 to know the itemsize for proper interpretation of striding. Therefore,
198 indicates that no de-referencing should occur (striding in a contiguous
426 the output has the same shape as the input when not taking striding into525 Here is pseudo-code for a 2d convolution with padding and striding: