Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dpack.h219 static constexpr int kKernelWidth = CellFormat::kWidth * kCells; variable
238 std::uint8_t buf_[kKernelWidth * kRegisterSize];
246 memset(buf_, kZeroPointInputValue, kKernelWidth * kRegisterSize); in MakeCompleteSrc()
254 memcpy(buf_ + d * kKernelWidth, src.data(0, d), src.width()); in MakeCompleteSrc()
260 kKernelWidth, kRegisterSize); in MakeCompleteSrc()
269 for (int cell_start_width = 0; cell_start_width < kKernelWidth; in Pack()
307 static constexpr int kKernelWidth = CellFormat::kWidth * kCells; variable
344 for (int w = 0; w < width; w += kKernelWidth) { in PackL1()
345 int ws = std::min(+kKernelWidth, width - w); in PackL1()
371 if (width == kKernelWidth) { in PackRun()
[all …]
Dpack_avx.h46 static const int kKernelWidth = CellFormat::kWidth * kCells; variable
58 for (int cell_start_width = 0; cell_start_width < kKernelWidth; in Pack()
200 static const int kKernelWidth = CellFormat::kWidth * kCells; variable
212 for (int cell_start_width = 0; cell_start_width < kKernelWidth; in Pack()
Dpack_sse.h46 static constexpr int kKernelWidth = CellFormat::kWidth * kCells; variable
58 for (int cell_start_width = 0; cell_start_width < kKernelWidth; in Pack()
Dpack_neon.h47 static const int kKernelWidth = CellFormat::kWidth * kCells; variable
148 static const int kKernelWidth = CellFormat::kWidth * kCells; variable
273 static const int kKernelWidth = CellFormat::kWidth * kCells; variable
338 static const int kKernelWidth = CellFormat::kWidth * kCells; variable
Dpack_msa.h44 static const int kKernelWidth = CellFormat::kWidth * kCells; variable
198 static const int kKernelWidth = CellFormat::kWidth * kCells; variable
367 static const int kKernelWidth = CellFormat::kWidth * kCells; variable