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

Function make

src/core/test/graph/misc.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 static SymbolVar make(ComputingGraph& owner, const Param& param) {
62 return owner.insert_opr(std::make_unique<PODDedupTestOpr>(&owner, param))
63 ->output(0);
64 }
65
66private:
67 Param m_param;

Callers 9

TESTFunction · 0.70
eval_convFunction · 0.70
TESTFunction · 0.70
TESTFunction · 0.70
run_graphFunction · 0.70
test_aplusbFunction · 0.70
TESTFunction · 0.70
TESTFunction · 0.50

Calls 4

outputMethod · 0.45
insert_oprMethod · 0.45
owner_graphMethod · 0.45
nodeMethod · 0.45

Tested by

no test coverage detected