Home
last modified time | relevance | path

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

/external/gemmlowp/public/
Dbit_depth.h42 using DefaultL8R8BitDepthParams = BitDepthParams<Uint8Range, Uint8Range>; variable
58 using DefaultL7R5BitDepthParams = DefaultL8R8BitDepthParams;
/external/gemmlowp/test/
Dtest.cc227 : DefaultL8R8BitDepthParams {};
262 typedef DefaultL8R8BitDepthParams BitDepthParams;
567 DefaultL8R8BitDepthParams> in test_gemm_kernel()
783 DefaultL8R8BitDepthParams>( in TestWithSmallDataPerChannelQuantization()
980 DefaultL8R8BitDepthParams>( in TestWithLargeDataPerChannelQuantization()
1093 DefaultL8R8BitDepthParams>( in TestMultithreadedPerChannelQuantization()
1214 GemmWithOutputPipeline<std::uint8_t, std::int32_t, DefaultL8R8BitDepthParams>( in TestOutputStages()
1240 GemmWithOutputPipeline<std::uint8_t, std::int32_t, DefaultL8R8BitDepthParams>( in TestOutputStages()
1267 GemmWithOutputPipeline<std::uint8_t, std::uint8_t, DefaultL8R8BitDepthParams>( in TestOutputStages()
1293 GemmWithOutputPipeline<std::uint8_t, std::int32_t, DefaultL8R8BitDepthParams>( in TestOutputStages()
[all …]
Dbenchmark_all_sizes.cc239 return benchmark_8bit<gemmlowp::DefaultL8R8BitDepthParams>( in benchmark()
249 return benchmark_8bit_to_32bit<gemmlowp::DefaultL8R8BitDepthParams>( in benchmark()
Dbenchmark.cc32 #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()
/external/tensorflow/tensorflow/core/kernels/
Dquantized_matmul_op.cc59 gemmlowp::DefaultL8R8BitDepthParams>( in GemmlowpMultiply()
Dquantized_conv_ops.cc431 gemmlowp::DefaultL8R8BitDepthParams>( in operator ()()