Searched refs:packed_result (Results 1 – 3 of 3) sorted by relevance
/external/gemmlowp/internal/ |
D | single_thread_gemm.h | 79 PackedResult packed_result(allocator, block_params); in SingleThreadGemm() 101 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs); in SingleThreadGemm() 104 UnpackResult<BitDepthParams>(&result_block, packed_result, depth, in SingleThreadGemm()
|
D | compute.h | 91 PackedResult* packed_result, const PackedLhs& packed_lhs, in Compute() argument 95 kernel, block_params, packed_result, packed_lhs, packed_rhs); in Compute()
|
D | multi_thread_gemm.h | 428 PackedResult packed_result(local_allocator, block_params); in Run() 440 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs); in Run() 443 UnpackResult<BitDepthParams>(&result_block, packed_result, depth, in Run()
|