torch_npu.profiler.profile.disable_profiler_in_child_thread
产品支持情况
| 产品 | 是否支持 |
|---|---|
| Atlas A3 训练系列产品 | √ |
| Atlas A3 推理系列产品 | √ |
| Atlas A2 训练系列产品 | √ |
| Atlas A2 推理系列产品 | √ |
| Atlas 推理系列产品 | √ |
| Atlas 训练系列产品 | √ |
功能说明
注销Profiler采集回调函数。
与torch_npu.profiler.profile.enable_profiler_in_child_thread配对使用。
函数原型
torch_npu.profiler.profile.disable_profiler_in_child_thread()
参数说明
无
返回值说明
无
调用示例
见torch_npu.profiler.profile.enable_profiler_in_child_thread。