Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dpack.h83 std::int32_t* sums_of_each_slice() { in sums_of_each_slice() function
87 const std::int32_t* sums_of_each_slice() const { in sums_of_each_slice() function
264 dst->sums_of_each_slice() + start_width + cell_start_width; in Pack()
315 memset(packed_side_block_->sums_of_each_slice(), 0, in PackL2()
Dsingle_thread_gemm.h147 packed_lhs.sums_of_each_slice(), packed_rhs.sums_of_each_slice(), in SingleThreadGemm()
Dpack_neon.h121 dst->sums_of_each_slice() + start_width + 4 * cell; in Pack()
238 dst->sums_of_each_slice() + start_width + 4 * cell; in Pack()
275 std::int32_t* sums_ptr = dst->sums_of_each_slice() + start_width; in Pack()
Dpack_sse.h61 dst->sums_of_each_slice() + start_width + cell_start_width; in Pack()
Dpack_msa.h173 dst->sums_of_each_slice() + start_width + 4 * cell; in Pack()
342 dst->sums_of_each_slice() + start_width + 4 * cell; in Pack()
Dmulti_thread_gemm.h489 packed_lhs.sums_of_each_slice(), packed_rhs.sums_of_each_slice(), in Run()