| 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, |
| 132 | const Workspace* workspace, const RuntimeOpt* opt))"; |
| 133 | } |
| 134 | std::string GenCommonInitCall() { |
| 135 | return R"(( |
| 136 | Tensor** inputs, int nr_input, Tensor* out_weights, |
no outgoing calls