Class: Torch::Distributed::FileStore
- Inherits:
-
Object
- Object
- Torch::Distributed::FileStore
- Defined in:
- lib/torch/distributed.rb
Class Method Summary collapse
Class Method Details
.new(path, world_size) ⇒ Object
449 450 451 |
# File 'lib/torch/distributed.rb', line 449 def self.new(path, world_size) Torch::Distributed._create_file_store(path, world_size) end |