Home
last modified time | relevance | path

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

/external/gemmlowp/public/
Dbit_depth.h42 using DefaultL8R8BitDepthParams = BitDepthParams<Uint8Range, Uint8Range>; variable
58 using DefaultL7R5BitDepthParams = DefaultL8R8BitDepthParams;
/external/gemmlowp/test/
Dtest.cc228 : DefaultL8R8BitDepthParams {};
263 typedef DefaultL8R8BitDepthParams BitDepthParams;
568 DefaultL8R8BitDepthParams> in test_gemm_kernel()
784 DefaultL8R8BitDepthParams>( in TestWithSmallDataPerChannelQuantization()
981 DefaultL8R8BitDepthParams>( in TestWithLargeDataPerChannelQuantization()
1094 DefaultL8R8BitDepthParams>( in TestMultithreadedPerChannelQuantization()
1215 GemmWithOutputPipeline<std::uint8_t, std::int32_t, DefaultL8R8BitDepthParams>( in TestOutputStages()
1241 GemmWithOutputPipeline<std::uint8_t, std::int32_t, DefaultL8R8BitDepthParams>( in TestOutputStages()
1268 GemmWithOutputPipeline<std::uint8_t, std::uint8_t, DefaultL8R8BitDepthParams>( in TestOutputStages()
1294 GemmWithOutputPipeline<std::uint8_t, std::int32_t, DefaultL8R8BitDepthParams>( in TestOutputStages()
[all …]
Dbenchmark.cc33 #define GEMMLOWP_TEST_BIT_DEPTH_PARAMS DefaultL8R8BitDepthParams
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc102 GEMMLOWP_HANDLE_BIT_DEPTH(A8B8, DefaultL8R8BitDepthParams) in EightBitIntGemmImpl()
138 GEMMLOWP_HANDLE_BIT_DEPTH_INT32(A8B8, DefaultL8R8BitDepthParams) in EightBitIntGemmInt32Impl()
/external/gemmlowp/doc/
Dpublic.md47 gemmlowp::DefaultL8R8BitDepthParams>(
63 non-deprecated valid value is `gemmlowp::DefaultL8R8BitDepthParams`. See
Dquantization_example.cc362 gemmlowp::DefaultL8R8BitDepthParams>( in main()