From c97a4cc1d81d049d9e35289a5f6c2b9e63826d8e Mon Sep 17 00:00:00 2001 From: wangjiacheng Date: Tue, 9 Sep 2025 12:57:36 +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 c5c22598bd..0fe3a425b9 100644 --- a/test/torch_npu_schema.json +++ b/test/torch_npu_schema.json @@ -789,7 +789,7 @@ "signature": "(self)" }, "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.npu.npu_config.get_device_limit": { "signature": "(device)" -- Gitee