(self, model_tag, op_src_path_list,
op_class_name_list, output_path)
| 89 | output_path) |
| 90 | |
| 91 | def gen_ops_data(self, model_tag, op_src_path_list, |
| 92 | op_class_name_list, output_path): |
| 93 | self.gen_micro_ops_list_from_bytes(model_tag, op_src_path_list, |
| 94 | op_class_name_list, |
| 95 | 'micro_ops_list.h.jinja2', |
| 96 | output_path) |
| 97 | |
| 98 | def gen_engin_config(self, model_tag, config_data, output_path): |
| 99 | self.gen_micro_source_from_bytes(model_tag, config_data, |
no test coverage detected