Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dsingle_thread_gemm.h115 PackedSideBlock<typename KernelFormat::Lhs> packed_lhs(Side::Lhs, allocator, in SingleThreadGemm()
133 PackLhs(&packed_lhs, lhs.block(r, 0, rs, depth)); in SingleThreadGemm()
142 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs, in SingleThreadGemm()
147 packed_lhs.sums_of_each_slice(), packed_rhs.sums_of_each_slice(), in SingleThreadGemm()
Dcompute.h107 PackedResult* packed_result, const PackedLhs& packed_lhs, in Compute() argument
111 kernel, block_params, packed_result, packed_lhs, packed_rhs); in Compute()
Dmulti_thread_gemm.h496 PackedLhs packed_lhs(Side::Lhs, local_allocator, block_params); in Run()
508 PackLhs(&packed_lhs, lhs.block(r, 0, rs, depth)); in Run()
510 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs, in Run()
517 packed_lhs.sums_of_each_slice(), packed_rhs.sums_of_each_slice(), in Run()
/external/gemmlowp/meta/
Dsingle_thread_gemm.h114 std::uint8_t* packed_lhs = params.scratch; in ExecuteDispatch3D() local
162 reinterpret_cast<InType*>(packed_lhs)); in ExecuteDispatch3D()
168 KernelFF::Multiply(reinterpret_cast<const InType*>(packed_lhs), in ExecuteDispatch3D()
177 KernelFL::Multiply(reinterpret_cast<const InType*>(packed_lhs), in ExecuteDispatch3D()
194 reinterpret_cast<InType*>(packed_lhs)); in ExecuteDispatch3D()
200 KernelLF::Multiply(reinterpret_cast<const InType*>(packed_lhs), in ExecuteDispatch3D()
209 KernelLL::Multiply(reinterpret_cast<const InType*>(packed_lhs), in ExecuteDispatch3D()
302 std::uint8_t* packed_lhs = in ExecuteDispatch3D() local
307 std::uint8_t* packed_lhs_chunk = packed_lhs; in ExecuteDispatch3D()
352 packed_lhs_chunk = packed_lhs; in ExecuteDispatch3D()
[all …]
/external/ruy/ruy/
Dtrmul.cc297 PEMat& packed_lhs = params->packed_matrix[Side::kLhs]; in TrMul() local
322 const SidePair<int> rounded_dims{packed_lhs.layout.cols, in TrMul()
339 MakeBlockMap(packed_lhs.layout.cols, packed_rhs.layout.cols, depth, in TrMul()
340 packed_lhs.layout.kernel.cols, packed_rhs.layout.kernel.cols, in TrMul()
341 packed_lhs.data_type.size, packed_rhs.data_type.size, in TrMul()
/external/gemmlowp/doc/
Ddesign.md118 PackLhs(&packed_lhs, lhs.block(r, 0, rs, depth));
127 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs);
130 UnpackResult(&result_block, packed_result, packed_lhs, packed_rhs, depth,