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:83–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
SymbolVar SymbolVar::operator+(const SymbolVar& rhs) const {
84
return opr::add(*this, rhs);
85
}
86
87
SymbolVar SymbolVar::operator-(const SymbolVar& rhs) const {
88
return opr::sub(*this, rhs);
Callers
nothing calls this directly
Calls
1
add
Function · 0.85
Tested by
no test coverage detected