Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dsimd_wrappers.h65 static constexpr int kCols = tCols; member
66 static constexpr int kScalarCount = kRows * kCols;
134 static constexpr int kCols =
135 Lhs::kCols > Rhs::kCols ? Lhs::kCols : Rhs::kCols;
142 using Type = RegisterBlock<ScalarType, Shape::kRows, Shape::kCols>;
152 static constexpr int Cols = ResultBlockType::kCols;
154 static constexpr int LhsCols = Lhs::kCols;
156 static constexpr int RhsCols = Rhs::kCols;
201 static constexpr int Cols = ResultBlockType::kCols;
203 static constexpr int LhsCols = Lhs::kCols;
[all …]
Dblock_params.h77 RoundUp<KernelFormat::kCols>(CeilQuotient(cols, min_l2_cols_blocks)); in FindL2BlockSizes()
110 assert(cols % KernelFormat::kCols == 0); in FindL1BlockSizes()
119 1, (l1_bytes_to_use - 4 * KernelFormat::kRows * KernelFormat::kCols) / in FindL1BlockSizes()
120 (KernelFormat::kRows + KernelFormat::kCols)); in FindL1BlockSizes()
Dcompute.h71 start_row, start_col, Format::kRows, Format::kCols); in ComputeRun()
80 assert(cols % Format::kCols == 0); in ComputeL1()
83 for (int c = 0; c < cols; c += Format::kCols) { in ComputeL1()
Dkernel_reference.h52 std::int32_t accumulator[Format::kRows * Format::kCols]; in Run()
98 for (int c = 0; c < Format::kCols; c++) { in Run()
107 for (int c = 0; c < Format::kCols; c++) { in Run()
Doutput.h45 static constexpr int kCols = InputType::kCols; member
51 using OutputType = RegisterBlock<OutputScalarType, kRows, kCols>;
Dkernel.h166 static const int kCols = Rhs::Cell::kWidth * Rhs::kCells; member
/external/skia/gm/
Dcomplexclip2.cpp38 fTotalWidth = kCols * fWidth + SK_Scalar1 * (kCols + 1) * kPadX; in ComplexClip2GM()
97 for (int j = 0; j < kCols; ++j) { in onOnceBeforeDraw()
106 static constexpr int kCols = 5; member in skiagm::ComplexClip2GM
149 for (int j = 0; j < kCols; ++j) { in onDraw()
203 SkClipOp fOps[kRows * kCols][5];
/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc225 static const int kCols = Rhs::Cell::kWidth * Rhs::kCells; member