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

Function GenCommonInclude

compiler/lib/KernelGen/KernelGen.cpp:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124namespace megcc {
125namespace KernelGen {
126std::string GenCommonInclude() {
127 return "#include <data_struct.h>";
128}
129std::string GenCommonCall() {
130 return R"((
131 Tensor** inputs, int nr_input, Tensor** outputs, int nr_output,

Callers 3

write_mapFunction · 0.85
get_core_module_strMethod · 0.85
get_helper_module_strMethod · 0.85

Calls

no outgoing calls

Tested by 3

write_mapFunction · 0.68
get_core_module_strMethod · 0.68
get_helper_module_strMethod · 0.68