Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dsingle_thread_gemm.h147 packed_lhs.sums_of_each_slice(), packed_rhs.sums_of_each_slice(), in SingleThreadGemm()
Dpack.h87 std::int32_t* sums_of_each_slice() { in sums_of_each_slice() function
91 const std::int32_t* sums_of_each_slice() const { in sums_of_each_slice() function
272 dst->sums_of_each_slice() + start_width + cell_start_width; in Pack()
323 memset(packed_side_block_->sums_of_each_slice(), 0, in PackL2()
Dpack_neon.h124 dst->sums_of_each_slice() + start_width + 4 * cell; in Pack()
241 dst->sums_of_each_slice() + start_width + 4 * cell; in Pack()
278 std::int32_t* sums_ptr = dst->sums_of_each_slice() + start_width; in Pack()
343 std::int32_t* sums_ptr = dst->sums_of_each_slice() + 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()
372 std::int32_t* sums_ptr = dst->sums_of_each_slice() + start_width; in Pack()
Dpack_avx.h61 dst->sums_of_each_slice() + start_width + cell_start_width; in Pack()
215 dst->sums_of_each_slice() + start_width + cell_start_width; in Pack()
Dpack_sse.h61 dst->sums_of_each_slice() + start_width + cell_start_width; in Pack()
Dmulti_thread_gemm.h517 packed_lhs.sums_of_each_slice(), packed_rhs.sums_of_each_slice(), in Run()