OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packed_lhs
(Results
1 - 4
of
4
) sorted by null
/external/gemmlowp/internal/
single_thread_gemm.h
115
PackedSideBlock<typename KernelFormat::Lhs>
packed_lhs
(Side::Lhs, allocator,
133
PackLhs(&
packed_lhs
, lhs.block(r, 0, rs, depth));
142
Compute(kernel, block_params, &packed_result,
packed_lhs
, packed_rhs,
147
packed_lhs
.sums_of_each_slice(), packed_rhs.sums_of_each_slice(),
compute.h
107
PackedResult* packed_result, const PackedLhs&
packed_lhs
,
111
kernel, block_params, packed_result,
packed_lhs
, packed_rhs);
multi_thread_gemm.h
468
PackedLhs
packed_lhs
(Side::Lhs, local_allocator, block_params);
480
PackLhs(&
packed_lhs
, lhs.block(r, 0, rs, depth));
482
Compute(kernel, block_params, &packed_result,
packed_lhs
, packed_rhs,
489
packed_lhs
.sums_of_each_slice(), packed_rhs.sums_of_each_slice(),
/external/gemmlowp/meta/
single_thread_gemm.h
114
std::uint8_t*
packed_lhs
= params.scratch;
local
162
reinterpret_cast<InType*>(
packed_lhs
));
168
KernelFF::Multiply(reinterpret_cast<const InType*>(
packed_lhs
),
177
KernelFL::Multiply(reinterpret_cast<const InType*>(
packed_lhs
),
194
reinterpret_cast<InType*>(
packed_lhs
));
200
KernelLF::Multiply(reinterpret_cast<const InType*>(
packed_lhs
),
209
KernelLL::Multiply(reinterpret_cast<const InType*>(
packed_lhs
),
302
std::uint8_t*
packed_lhs
=
local
307
std::uint8_t* packed_lhs_chunk =
packed_lhs
;
352
packed_lhs_chunk =
packed_lhs
;
[
all
...]
Completed in 133 milliseconds