MCPcopy 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
83SymbolVar SymbolVar::operator+(const SymbolVar& rhs) const {
84 return opr::add(*this, rhs);
85}
86
87SymbolVar SymbolVar::operator-(const SymbolVar& rhs) const {
88 return opr::sub(*this, rhs);

Callers

nothing calls this directly

Calls 1

addFunction · 0.85

Tested by

no test coverage detected