mindspore.no_inline =================== .. image:: https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/master/resource/_static/logo_source.svg :target: https://gitee.com/mindspore/mindspore/blob/master/docs/api/api_python/mindspore/mindspore.no_inline.rst :alt: 查看源文件 .. py:function:: mindspore.no_inline(fn=None) 指定python 函数是可复用的。该函数在前端编译为可复用的子图,该子图不inline。 参数: - **fn** (function) - python 函数。如果是cell的方法,请参考 :func:`mindspore.lazy_inline`。 返回: function,原始函数。