Home
last modified time | relevance | path

Searched refs:packed_result (Results 1 – 3 of 3) sorted by relevance

/external/gemmlowp/internal/
Dsingle_thread_gemm.h79 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()
Dcompute.h91 PackedResult* packed_result, const PackedLhs& packed_lhs, in Compute() argument
95 kernel, block_params, packed_result, packed_lhs, packed_rhs); in Compute()
Dmulti_thread_gemm.h428 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()