From ded31f7ec82600b52619013f5a9f6662cb6afc6f Mon Sep 17 00:00:00 2001 From: felixhjh <852142024@qq.com> Date: Fri, 14 Jan 2022 07:27:59 +0000 Subject: [PATCH] delete a word --- python/pipeline/local_service_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pipeline/local_service_handler.py b/python/pipeline/local_service_handler.py index 825582b0..c2d54136 100644 --- a/python/pipeline/local_service_handler.py +++ b/python/pipeline/local_service_handler.py @@ -190,7 +190,7 @@ class LocalServiceHandler(object): self._thread_num, self._client_type, self._fetch_names, self._precision, self._use_mkldnn, self._mkldnn_cache_capacity, self._mkldnn_op_list, self._mkldnn_bf16_op_list, - self._use_ascend_cl, self.min_subgraph_sizei, + self._use_ascend_cl, self.min_subgraph_size, bool(len(self.dynamic_shape_info)))) def get_fetch_list(self): -- GitLab