torch.set_num_threads¶ torch.set_num_threads(int)¶ 设置 CPU 上用于操作间并行的线程数。 警告 为了确保使用正确的线程数,必须在运行急切模式、JIT 或 autograd 代码之前调用 set_num_threads。