Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dmatrix_expressions.cpp134 static MatOp_GEMM g_MatOp_GEMM; variable
213 static inline bool isMatProd(const MatExpr& e) { return e.op == &g_MatOp_GEMM && (!e.c.data || e.be… in isMatProd()
1630 res = MatExpr(&g_MatOp_GEMM, flags, a, b, c, alpha, beta); in makeExpr()