MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / operator*

Method operator*

src/core/impl/graph/symbol_var.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91SymbolVar SymbolVar::operator*(const SymbolVar& rhs) const {
92 return opr::mul(*this, rhs);
93}
94
95SymbolVar SymbolVar::operator/(const SymbolVar& rhs) const {
96 if (dtype().category() == DTypeCategory::INT &&

Callers

nothing calls this directly

Calls 1

mulFunction · 0.50

Tested by

no test coverage detected