MCPcopy 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
162private:
163 void scn_do_execute() override {}

Callers 4

graph_eagerMethod · 0.70
make_graph_normalMethod · 0.70
make_graph_eagerMethod · 0.70
TEST_FFunction · 0.70

Calls 1

nodeMethod · 0.45

Tested by

no test coverage detected