From 947cfbb7db22f6b155730413df32088b651d7be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=AF=E4=B8=B9=E5=AE=81?= Date: Tue, 12 Jul 2022 13:02:17 +0000 Subject: [PATCH] =?UTF-8?q?update=20speed=5Fprofiling/compare=5Fprofiling.?= =?UTF-8?q?py.=20=E5=AE=9E=E4=BE=8B=E5=B1=9E=E6=80=A7=E5=90=8D=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- speed_profiling/compare_profiling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speed_profiling/compare_profiling.py b/speed_profiling/compare_profiling.py index 17c8689..96f3e7a 100644 --- a/speed_profiling/compare_profiling.py +++ b/speed_profiling/compare_profiling.py @@ -28,7 +28,7 @@ class DataTransformer(): self.match_keys = [['Op Name', 'TRT Op Name']] self._match = self.match_methods.get(match_method) - def norm_match(self, master_data, match_data_list): + def _norm_match(self, master_data, match_data_list): """ @des 对master_data和match_data_list按照节点名字进行模糊匹配 基本匹配策略: -- Gitee