| 137 | int* nr_out_weight, const RuntimeOpt* opt))"; |
| 138 | } |
| 139 | std::string GenCommonWorkspaceCall() { |
| 140 | return R"(( |
| 141 | Tensor** inputs, int nr_input, int nr_thread, size_t* workspace))"; |
| 142 | } |
| 143 | std::string GenCommonDeduceCall() { |
| 144 | return R"(( |
| 145 | Tensor** inputs, int nr_input, Tensor** outputs, int nr_output))"; |
no outgoing calls