From 9f3469cb54ed29fe13ca7ece45d66f96d546fb58 Mon Sep 17 00:00:00 2001 From: huan <3174348550@qq.com> Date: Wed, 16 Jul 2025 17:31:14 +0800 Subject: [PATCH] modify link --- .../custom_program/operation/op_customopbuilder_function.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/source_en/custom_program/operation/op_customopbuilder_function.md b/tutorials/source_en/custom_program/operation/op_customopbuilder_function.md index 2a97933fb2..32f8fb9d38 100644 --- a/tutorials/source_en/custom_program/operation/op_customopbuilder_function.md +++ b/tutorials/source_en/custom_program/operation/op_customopbuilder_function.md @@ -10,7 +10,7 @@ For dynamic graphs, MindSpore offers another method for customizing backward fun The following is an example illustrating how to use the `Function` interface: -This guide demonstrates a multiplication operator implementation on the Ascend platform. For related code and more examples, see [Repository Code](https://gitee.com/mindspore/mindspore/blob/v2.7.0rc1/tests/st/pynative/grad/test_custom_cpp_function_grad.py). +This guide demonstrates a multiplication operator implementation on the Ascend platform. For related code and more examples, see [Repository Code](https://gitee.com/mindspore/mindspore/blob/v2.7.0-rc1/tests/st/pynative/grad/test_custom_cpp_function_grad.py). **Note:** The `BaseTensorPtr` referenced in this guide is an internal data structure of MindSpore. In future versions, these interfaces will be refactored into interfaces based on `ms::Tensor`. -- Gitee