Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dmatop.cpp142 static MatOp_GEMM g_MatOp_GEMM; variable
221 static inline bool isGEMM(const MatExpr& e) { return e.op == &g_MatOp_GEMM; } in isGEMM()
222 static inline bool isMatProd(const MatExpr& e) { return e.op == &g_MatOp_GEMM && (!e.c.data || e.be… in isMatProd()
1512 res = MatExpr(&g_MatOp_GEMM, flags, a, b, c, alpha, beta); in makeExpr()