From 7a03379a8845be80095a4c669aa867e773877312 Mon Sep 17 00:00:00 2001 From: wangjiacheng Date: Tue, 9 Sep 2025 13:04:50 +0800 Subject: [PATCH] change torch_npu_schema.json modify npu_record_tagged_stream parameter from self to input --- test/torch_npu_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/torch_npu_schema.json b/test/torch_npu_schema.json index 054d32329a..dd868b13b3 100644 --- a/test/torch_npu_schema.json +++ b/test/torch_npu_schema.json @@ -846,7 +846,7 @@ "signature": "(*args, **kwargs)" }, "torch_npu.dynamo.torchair.ops.npu_record_tagged_stream": { - "signature": "(self: torch.Tensor, tagged_stream: str)" + "signature": "(input: torch.Tensor, tagged_stream: str)" }, "torch_npu.profiler.HostSystem": { "signature": "()" -- Gitee