diff --git "a/docs/zh/PyTorch API\346\224\257\346\214\201\346\270\205\345\215\225_1.5.0.md" "b/docs/zh/PyTorch API\346\224\257\346\214\201\346\270\205\345\215\225_1.5.0.md" index 6c9eef7278ae5efe82e99629505135c9c61b1f00..9f27dc17de5846ae7e3b3a4fc61337a1d3f8b423 100644 --- "a/docs/zh/PyTorch API\346\224\257\346\214\201\346\270\205\345\215\225_1.5.0.md" +++ "b/docs/zh/PyTorch API\346\224\257\346\214\201\346\270\205\345\215\225_1.5.0.md" @@ -1156,7 +1156,7 @@ | 29 | torch.cuda.comm.scatter | torch.npu.comm.scatter | 否 | | 30 | torch.cuda.comm.gather | torch.npu.comm.gather | 否 | | 31 | torch.cuda.Stream | torch.npu.Stream | 是 | -| 32 | torch.cuda.Stream.query | torch.npu.Stream.query | 是 | +| 32 | torch.cuda.Stream.query | torch.npu.Stream.query | 否 | | 33 | torch.cuda.Stream.record_event | torch.npu.Stream.record_event | 是 | | 34 | torch.cuda.Stream.synchronize | torch.npu.Stream.synchronize | 是 | | 35 | torch.cuda.Stream.wait_event | torch.npu.Stream.wait_event | 是 |