Lines Matching refs:gemmlowp
3 gemmlowp's public interface is defined in
4 [public/gemmlowp.h](../public/gemmlowp.h).
46 gemmlowp::GemmWithOutputPipeline<std::uint8_t, std::uint8_t,
47 gemmlowp::DefaultL8R8BitDepthParams>(
63 non-deprecated valid value is `gemmlowp::DefaultL8R8BitDepthParams`. See
78 must be `gemmlowp::GemmContext`.
84 * `context`: The `gemmlowp::GemmContext` object holding state and resources to
85 be used for this gemmlowp call.
92 will be performed by gemmlowp for the destination buffer. See
108 gemmlowp supports arbitrary combinations of storage orders for the LHS, RHS and
111 Because gemmlowp is primarily aimed at neural network inference workloads,
133 Putting this together, we arrive at gemmlowp's focus on the above-described
154 This is gemmlowp's original, now legacy and deprecated, entry point. See the