Home
last modified time | relevance | path

Searched refs:LhsBitDepth (Results 1 – 6 of 6) sorted by relevance

/external/gemmlowp/public/
Dbit_depth.h112 typedef BitDepth<8> LhsBitDepth; typedef
118 typedef BitDepth<7> LhsBitDepth; typedef
/external/gemmlowp/internal/
Dkernel_default.h35 : DefaultKernelImpl<Family, BitDepthParams::LhsBitDepth::kBits +
Dunpack.h102 const int kLhsBits = BitDepthParams::LhsBitDepth::kBits; in Unpack()
Dunpack_neon.h82 const int kLhsBits = BitDepthParams::LhsBitDepth::kBits;
Dpack.h517 typedef typename BitDepthParams::LhsBitDepth BitDepth; in PackLhs()
/external/gemmlowp/test/
Dtest.cc424 if (BitDepthParams::LhsBitDepth::kBits < 8 || in test_gemm_impl()