(self)
| 155 | self._bn_statistis_tensors = {} |
| 156 | |
| 157 | def run(self): |
| 158 | self.convert_ops() |
| 159 | |
| 160 | self.replace_input_output_tensor_name() |
| 161 | return self._mace_net_def, self._converter_info |
| 162 | |
| 163 | # only change the input/output tensor name for whole model |
| 164 | def replace_input_output_tensor_name(self): |
nothing calls this directly
no test coverage detected