From 209641b4d364e6a96a8f2175f83e49fa06db05a0 Mon Sep 17 00:00:00 2001 From: wangjiacheng Date: Tue, 9 Sep 2025 13:02:52 +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 388bcaf896..7e6f89bcd9 100644 --- a/test/torch_npu_schema.json +++ b/test/torch_npu_schema.json @@ -2526,7 +2526,7 @@ "signature": "(obj: object, f, pickle_module: Any = , pickle_protocol: int = 2, _use_new_zipfile_serialization: bool = True, _disable_byteorder_record: bool = False, model: torch.nn.modules.module.Module = None) -> None" }, "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_bounding_box_encode": { "signature": "(anchor_box, ground_truth_box, means0, means1, means2, means3, stds0, stds1, stds2, stds3)" -- Gitee