Searched defs:EightBitIntGemmWrapper (Results 1 – 1 of 1) sorted by relevance
234 struct EightBitIntGemmWrapper { struct235 typedef BitDepthParamsForSettings<BitDepth> BitDepthParams;237 static const char* Name() { return "EightBitIntGemm"; } in Name()239 typedef void Context;242 static bool Gemm(Context*, const MatrixMap<const Scalar, LhsOrder>& lhs, in Gemm()