Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dpack.h214 static const int kKernelWidth = CellFormat::kWidth * kCells; variable
233 std::uint8_t buf_[kKernelWidth * kRegisterSize];
241 memset(buf_, kZeroPointInputValue, kKernelWidth * kRegisterSize); in MakeCompleteSrc()
249 memcpy(buf_ + d * kKernelWidth, src.data(0, d), src.width()); in MakeCompleteSrc()
252 complete_src_ = SrcMapType(buf_, kKernelWidth, kRegisterSize); in MakeCompleteSrc()
261 for (int cell_start_width = 0; cell_start_width < kKernelWidth; in Pack()
299 static const int kKernelWidth = CellFormat::kWidth * kCells; variable
336 for (int w = 0; w < width; w += kKernelWidth) { in PackL1()
337 int ws = std::min(+kKernelWidth, width - w); in PackL1()
363 if (width == kKernelWidth) { in PackRun()
[all …]
Dpack_sse.h46 static const int kKernelWidth = CellFormat::kWidth * kCells; variable
58 for (int cell_start_width = 0; cell_start_width < kKernelWidth; in Pack()
Dpack_neon.h44 static const int kKernelWidth = CellFormat::kWidth * kCells; variable
145 static const int kKernelWidth = CellFormat::kWidth * kCells; variable
270 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