Searched defs:EightBitIntGemmWrapper (Results 1 – 1 of 1) sorted by relevance
203 struct EightBitIntGemmWrapper { struct204 typedef BitDepthParamsForSettings<BitDepth> BitDepthParams;206 static const char* Name() { return "EightBitIntGemm"; } in Name()208 typedef void Context;211 static void Gemm(Context*, const MatrixMap<const Scalar, LhsOrder>& lhs, in Gemm()