From e110811c799fcfdab08a1a823dd6788c5090bce0 Mon Sep 17 00:00:00 2001 From: l30036321 Date: Thu, 12 Oct 2023 10:29:30 +0800 Subject: [PATCH] add norm in support yaml --- .../src/python/ptdbg_ascend/hook_module/support_wrap_ops.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/debug/accuracy_tools/ptdbg_ascend/src/python/ptdbg_ascend/hook_module/support_wrap_ops.yaml b/debug/accuracy_tools/ptdbg_ascend/src/python/ptdbg_ascend/hook_module/support_wrap_ops.yaml index e0c5c4f5249..180d0cdac86 100644 --- a/debug/accuracy_tools/ptdbg_ascend/src/python/ptdbg_ascend/hook_module/support_wrap_ops.yaml +++ b/debug/accuracy_tools/ptdbg_ascend/src/python/ptdbg_ascend/hook_module/support_wrap_ops.yaml @@ -446,6 +446,7 @@ tensor: - negative - negative_ - nonzero + - norm - normal_ - not_equal - not_equal_ -- Gitee