Searched refs:packed_lhs (Results 1 – 5 of 5) sorted by relevance
/external/gemmlowp/internal/ |
D | single_thread_gemm.h | 115 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()
|
D | compute.h | 107 PackedResult* packed_result, const PackedLhs& packed_lhs, in Compute() argument 111 kernel, block_params, packed_result, packed_lhs, packed_rhs); in Compute()
|
D | multi_thread_gemm.h | 468 PackedLhs packed_lhs(Side::Lhs, local_allocator, block_params); in Run() 480 PackLhs(&packed_lhs, lhs.block(r, 0, rs, depth)); in Run() 482 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs, in Run() 489 packed_lhs.sums_of_each_slice(), packed_rhs.sums_of_each_slice(), in Run()
|
/external/gemmlowp/meta/ |
D | single_thread_gemm.h | 114 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/gemmlowp/doc/ |
D | design.md | 118 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,
|