Class: Torch::Distributed::FileStore

Inherits:
Object
  • Object
show all
Defined in:
lib/torch/distributed.rb

Class Method Summary collapse

Class Method Details

.new(path, world_size) ⇒ Object



451
452
453
# File 'lib/torch/distributed.rb', line 451

def self.new(path, world_size)
  Torch::Distributed._create_file_store(path, world_size)
end