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