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 2a97933fb21009b5dcfd1599bdbfa81a067b35c3..32f8fb9d384c0556a44c9635eda32b8f0bee905a 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`.