Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dpack.h304 static const int kKernelWidth = CellFormat::kWidth * kCells; variable
324 std::uint8_t buf_[kKernelWidth * kRegisterSize];
332 memset(buf_, 0, kKernelWidth * kRegisterSize); in MakeCompleteSrc()
340 memcpy(buf_ + d * kKernelWidth, src.data(0, d), src.width()); in MakeCompleteSrc()
343 complete_src_ = SrcMapType(buf_, kKernelWidth, kRegisterSize); in MakeCompleteSrc()
353 for (int cell_start_width = 0; cell_start_width < kKernelWidth; in Pack()
393 static const int kKernelWidth = CellFormat::kWidth * kCells; variable
432 for (int w = 0; w < width; w += kKernelWidth) { in PackL1()
433 int ws = std::min(+kKernelWidth, width - w); in PackL1()
459 if (width == kKernelWidth) { in PackRun()
[all …]
Dpack_SSE.h77 static const int kKernelWidth = CellFormat::kWidth * kCells; variable
93 for (int cell_start_width = 0; cell_start_width < kKernelWidth; in Pack()
Dpack_neon.h176 static const int kKernelWidth = CellFormat::kWidth * kCells; variable
282 static const int kKernelWidth = CellFormat::kWidth * kCells; variable