torch.cuda.set_stream¶ torch.cuda.set_stream(stream)[源代码]¶ 设置当前流。这是设置流的包装器 API。不建议使用此函数,建议使用 stream 上下文管理器。 参数 stream (Stream) – 选定的流。如果此参数为 None,则此函数为无操作。