HomeSort by relevance Sort by last modified time
    Searched refs:DefaultL8R8BitDepthParams (Results 1 - 5 of 5) sorted by null

  /external/gemmlowp/public/
bit_depth.h 111 struct DefaultL8R8BitDepthParams {
gemmlowp.h 68 typedef DefaultKernel<KernelFamily::Gemv, DefaultL8R8BitDepthParams>
71 DefaultL8R8BitDepthParams>(context, Kernel(), lhs, rhs,
82 typedef DefaultKernel<KernelFamily::Gemm, DefaultL8R8BitDepthParams>
85 DefaultL8R8BitDepthParams>(context, Kernel(), lhs, rhs,
  /external/gemmlowp/test/
test.cc 196 : DefaultL8R8BitDepthParams {};
229 typedef DefaultL8R8BitDepthParams BitDepthParams;
544 DefaultL8R8BitDepthParams>
770 GemmWithOutputPipelinePC<uint8_t, uint8_t, DefaultL8R8BitDepthParams>(
    [all...]
benchmark.cc 33 #define GEMMLOWP_TEST_BIT_DEPTH_PARAMS DefaultL8R8BitDepthParams
  /external/gemmlowp/eight_bit_int_gemm/
eight_bit_int_gemm.cc 93 GEMMLOWP_HANDLE_BIT_DEPTH(A8B8, DefaultL8R8BitDepthParams)
129 GEMMLOWP_HANDLE_BIT_DEPTH_INT32(A8B8, DefaultL8R8BitDepthParams)

Completed in 3945 milliseconds