From dd4698a711e12d0b0a49c8a22a68c2482a91db7d Mon Sep 17 00:00:00 2001 From: dengtao Date: Wed, 9 Nov 2022 10:46:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=AE=8B=E7=95=99autotune?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tf_adapter/python/npu_bridge/estimator/npu/npu_plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tf_adapter/python/npu_bridge/estimator/npu/npu_plugin.py b/tf_adapter/python/npu_bridge/estimator/npu/npu_plugin.py index 20e45a1ad..63ad87065 100644 --- a/tf_adapter/python/npu_bridge/estimator/npu/npu_plugin.py +++ b/tf_adapter/python/npu_bridge/estimator/npu/npu_plugin.py @@ -61,7 +61,6 @@ def npu_resource_init(graph_run_mode=1, op_debug_level=0, enable_profiling=False, profiling_options=None, - auto_tune_mode=None, precision_mode=None, enable_scope_fusion_passes=None, enable_exception_dump=0, -- Gitee