MCPcopy Create free account
hub / github.com/creatale/node-dv / isInitializer

Function isInitializer

deps/opencv/modules/core/src/matop.cpp:223–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221static inline bool isGEMM(const MatExpr& e) { return e.op == &g_MatOp_GEMM; }
222static inline bool isMatProd(const MatExpr& e) { return e.op == &g_MatOp_GEMM && (!e.c.data || e.beta == 0); }
223static inline bool isInitializer(const MatExpr& e) { return e.op == getGlobalMatOpInitializer(); }
224
225/////////////////////////////////////////////////////////////////////////////////////////////////////
226

Callers 2

sizeMethod · 0.85
typeMethod · 0.85

Calls 1

Tested by

no test coverage detected