Home
last modified time | relevance | path

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

/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc4931 void PrintMatrix(int rows, int cols, int rowstride, int colstride, in PrintMatrix() argument
4935 std::cerr << double(data[r * rowstride + c * colstride]) << " "; in PrintMatrix()