| 136 | struct convolution : convolution_base<convolution> |
| 137 | { |
| 138 | static std::string name() { return "convolution"; } |
| 139 | |
| 140 | std::vector<instruction_ref> |
| 141 | insert(module& m, instruction_ref ins, const std::vector<instruction_ref>& args) |
no outgoing calls
no test coverage detected