Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
SymbolVar SymbolVar::operator*(const SymbolVar& rhs) const {
92
return opr::mul(*this, rhs);
93
}
94
95
SymbolVar SymbolVar::operator/(const SymbolVar& rhs) const {
96
if (dtype().category() == DTypeCategory::INT &&
Callers
nothing calls this directly
Calls
1
mul
Function · 0.50
Tested by
no test coverage detected