Home
last modified time | relevance | path

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

/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc96 #define GEMMLOWP_HANDLE_BIT_DEPTH(BIT_DEPTH_SETTING, BIT_DEPTH_PARAMS) \ in EightBitIntGemmImpl() argument
98 Gemm<std::uint8_t, BIT_DEPTH_PARAMS>( \ in EightBitIntGemmImpl()
133 #define GEMMLOWP_HANDLE_BIT_DEPTH_INT32(BIT_DEPTH_SETTING, BIT_DEPTH_PARAMS) \ in EightBitIntGemmInt32Impl() argument
135 GemmWithOutputPipeline<std::uint8_t, std::int32_t, BIT_DEPTH_PARAMS>( \ in EightBitIntGemmInt32Impl()