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

Function make

src/opr/test/internal.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 static SymbolVar make(SymbolVar inp, const InferShapeCallback& cb) {
24 return inp.insert_single_output_opr<WorkspaceLimitGetterOpr>(inp.node(), cb);
25 }
26
27private:
28 InferShapeCallback m_infer_shape_callback;

Callers 15

make_one_condFunction · 0.70
make_call_recFunction · 0.70
merge_one_outFunction · 0.70
test_merge_oprFunction · 0.70
test_simple_gradFunction · 0.70
test_nestedFunction · 0.70
TESTFunction · 0.70
TESTFunction · 0.70
test_diagFunction · 0.70
test_one_hot_getFunction · 0.70
test_one_hot_setFunction · 0.70

Calls 1

nodeMethod · 0.45

Tested by

no test coverage detected