Home
last modified time | relevance | path

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

/external/gemmlowp/standalone/
Dneon-gemm-kernel-benchmark.cc2013 static const int kRhsWidth = Format::Rhs::kWidth; in Run() local
2014 AccumulatorType rowmajor_accumulator_buffer[kLhsWidth * kRhsWidth]; in Run()
2244 for (int r = 0; r < kRhsWidth; r++) { in Run()
2246 rowmajor_accumulator_buffer[r + l * kRhsWidth]; in Run()
4963 static const int kRhsWidth = Format::Rhs::kWidth; in test_kernel() local
4968 CacheLineAlignedBuffer<OperandType> rhs(kRhsWidth * depth); in test_kernel()
4969 CacheLineAlignedBuffer<AccumulatorType> accum_initial(kLhsWidth * kRhsWidth); in test_kernel()
4970 CacheLineAlignedBuffer<AccumulatorType> accum(kLhsWidth * kRhsWidth); in test_kernel()
4972 kRhsWidth); in test_kernel()
4984 for (int r = 0; r < kRhsWidth; r++) { in test_kernel()
[all …]