Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ make
Function
make
src/core/test/graph/eager_eval.cpp:158–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
static SymbolVar make(SymbolVar input, bool allow_empty) {
159
return input.insert_single_output_opr<EmptyShapeOpr>(input.node(), allow_empty);
160
}
161
162
private:
163
void scn_do_execute() override {}
Callers
4
graph_eager
Method · 0.70
make_graph_normal
Method · 0.70
make_graph_eager
Method · 0.70
TEST_F
Function · 0.70
Calls
1
node
Method · 0.45
Tested by
no test coverage detected