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

Function matmuls

src/opr/impl/blas.cpp:622–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620}
621
622SafeSymbolVar matmuls(
623 SafeSymbolVar x, SafeSymbolVar y,
624 const opr::BatchedMatrixMul::Param& param = {}) {
625 return matmul(x, y, param);
626}
627
628SafeSymbolVar operator-(SafeSymbolVar x) {
629 if (x.node())

Callers 1

MGB_IMPL_OPR_GRADFunction · 0.85

Calls 1

matmulFunction · 0.70

Tested by

no test coverage detected