def setUp(self): clear_frontend_statistic() clear_model_statistic() clear_place_statistic() clear_setup() set_max_port_counts(10, 10) self.fe = fem.load_by_framework('mock_mo_ov_frontend') self.model = self.fe.load('abc.bin')
def setUp(self): clear_frontend_statistic() clear_model_statistic() clear_place_statistic()