mindspore.rewrite
=================

The ReWrite module in MindSpore provides users with the ability to modify the network's forward computation
process based on custom rules, such as inserting, deleting, and replacing statements.

For a quick start of using ReWrite, please refer to `Modifying Network With ReWrite <https://www.mindspore.cn/docs/en/r2.3.0rc1/api_python/samples/rewrite/rewrite_tutorial.html>`_ .

.. automodule:: mindspore.rewrite
    :exclude-members: SparseFunc, PatternEngine, PatternNode, VarNode, Replacement, sparsify, ArgType
    :members: