1
torch_npu.profiler.supported_export_type()
查询当前支持的torch_npu.profiler.ExportType的性能数据结果文件类型。
1 2 3 4 5 6
import torch import torch_npu ... torch_npu.profiler.supported_export_type()