From e3fff020f028be82fbe0d1e4d763429d94993064 Mon Sep 17 00:00:00 2001 From: l30036321 Date: Mon, 9 Oct 2023 16:31:53 +0800 Subject: [PATCH] add tensor.norm to support yaml --- .../src/python/ptdbg_ascend/hook_module/support_wrap_ops.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ptdbg_ascend/src/python/ptdbg_ascend/hook_module/support_wrap_ops.yaml b/ptdbg_ascend/src/python/ptdbg_ascend/hook_module/support_wrap_ops.yaml index e0c5c4f5..180d0cda 100644 --- a/ptdbg_ascend/src/python/ptdbg_ascend/hook_module/support_wrap_ops.yaml +++ b/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