MCPcopy Create free account
hub / github.com/MegEngine/MegCC / GenCommonDeduceCall

Function GenCommonDeduceCall

compiler/lib/KernelGen/KernelGen.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 Tensor** inputs, int nr_input, int nr_thread, size_t* workspace))";
142}
143std::string GenCommonDeduceCall() {
144 return R"((
145 Tensor** inputs, int nr_input, Tensor** outputs, int nr_output))";
146}
147std::string GenCommonRet() {
148 return "TinyNNStatus";
149}

Callers 2

get_helper_module_strMethod · 0.85
GetDeduceSigMethod · 0.85

Calls

no outgoing calls

Tested by 1

get_helper_module_strMethod · 0.68