Home
last modified time | relevance | path

Searched defs:KernelFormat (Results 1 – 2 of 2) sorted by relevance

/external/gemmlowp/internal/
Dkernel.h159 struct KernelFormat { struct
160 typedef tLhs Lhs;
161 typedef tRhs Rhs;
164 static const int kDepth = Lhs::Cell::kDepth;
165 static const int kRows = Lhs::Cell::kWidth * Lhs::kCells;
166 static const int kCols = Rhs::Cell::kWidth * Rhs::kCells;
/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc218 struct KernelFormat { struct
219 typedef tLhs Lhs;
220 typedef tRhs Rhs;
223 static const int kDepth = Lhs::Cell::kDepth;
224 static const int kRows = Lhs::Cell::kWidth * Lhs::kCells;
225 static const int kCols = Rhs::Cell::kWidth * Rhs::kCells;