MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / get_mask_from_matmul

Function get_mask_from_matmul

src/opr/impl/blas.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19namespace {
20int get_mask_from_matmul(const megdnn::param::MatrixMul& param) {
21 return static_cast<int>(param.transposeA) +
22 (static_cast<int>(param.transposeB) * 2);
23}
24} // namespace
25
26/* ================= MatrixMul ================= */

Callers 2

scn_do_executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected