mindspore.device_context.ascend.op_debug.execute_timeout ======================================================== .. 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/device_context/mindspore.device_context.ascend.op_debug.execute_timeout.rst :alt: 查看源文件 .. py:function:: mindspore.device_context.ascend.op_debug.execute_timeout(op_timeout) 设置一个算子的最大执行时间,以秒为单位。框架默认算子执行超时时间为900秒。 详细信息请查看 `昇腾社区关于aclrtSetOpExecuteTimeOut文档说明 <https://www.hiascend.com/en/document/detail/zh/CANNCommunityEdition/80RC1alpha003/apiref/appdevgapi/aclcppdevg_03_0228.html>`_。 参数: - **op_timeout** (int) - 算子的最大执行时间。如果执行时间超过这个值,系统将终止该任务。0意味着使用默认值。AI Core和AI CPU算子在不同硬件上的默认值有差异。