Searched refs:DefaultL8R8BitDepthParams (Results 1 – 9 of 9) sorted by relevance
/external/gemmlowp/public/ |
D | bit_depth.h | 42 using DefaultL8R8BitDepthParams = BitDepthParams<Uint8Range, Uint8Range>; variable 58 using DefaultL7R5BitDepthParams = DefaultL8R8BitDepthParams;
|
/external/gemmlowp/test/ |
D | test.cc | 227 : 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 …]
|
D | benchmark_all_sizes.cc | 239 return benchmark_8bit<gemmlowp::DefaultL8R8BitDepthParams>( in benchmark() 249 return benchmark_8bit_to_32bit<gemmlowp::DefaultL8R8BitDepthParams>( in benchmark()
|
D | benchmark.cc | 32 #define GEMMLOWP_TEST_BIT_DEPTH_PARAMS DefaultL8R8BitDepthParams
|
/external/gemmlowp/eight_bit_int_gemm/ |
D | eight_bit_int_gemm.cc | 102 GEMMLOWP_HANDLE_BIT_DEPTH(A8B8, DefaultL8R8BitDepthParams) in EightBitIntGemmImpl() 138 GEMMLOWP_HANDLE_BIT_DEPTH_INT32(A8B8, DefaultL8R8BitDepthParams) in EightBitIntGemmInt32Impl()
|
/external/gemmlowp/doc/ |
D | public.md | 47 gemmlowp::DefaultL8R8BitDepthParams>( 63 non-deprecated valid value is `gemmlowp::DefaultL8R8BitDepthParams`. See
|
D | quantization_example.cc | 362 gemmlowp::DefaultL8R8BitDepthParams>( in main()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_matmul_op.cc | 59 gemmlowp::DefaultL8R8BitDepthParams>( in GemmlowpMultiply()
|
D | quantized_conv_ops.cc | 431 gemmlowp::DefaultL8R8BitDepthParams>( in operator ()()
|