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

Function make

src/core/test/mem_reuse.cpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 static SymbolVar make(
51 ComputingGraph& graph, const DeviceTensorND& dv,
52 const OperatorNodeConfig& config = {}) {
53 return graph
54 .insert_opr(
55 std::make_unique<SharedDeviceTensorDirect>(graph, dv, config))
56 ->output(0);
57 }
58};
59
60} // namespace

Callers 15

make_convFunction · 0.70
TESTFunction · 0.70
run_comp_seq_rec_basicFunction · 0.70
run_level2Function · 0.70
run<level2_exec_check>Function · 0.70
run<sync_from_func>Function · 0.70
run<cb_non_contig>Function · 0.70
run<multi_recorder_run>Function · 0.70

Calls 2

outputMethod · 0.45
insert_oprMethod · 0.45

Tested by

no test coverage detected