Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
private:
67
Param m_param;
Callers
9
TEST
Function · 0.70
eval_conv
Function · 0.70
TEST
Function · 0.70
TEST
Function · 0.70
run_graph
Function · 0.70
test_aplusb
Function · 0.70
TEST
Function · 0.70
test_free_memory_in_weight_preprocess
Function · 0.70
TEST
Function · 0.50
Calls
4
output
Method · 0.45
insert_opr
Method · 0.45
owner_graph
Method · 0.45
node
Method · 0.45
Tested by
no test coverage detected