Method: Torch::Tensor#cpu

Defined in:
lib/torch/tensor.rb

#cpuObject



84
85
86
# File 'lib/torch/tensor.rb', line 84

def cpu
  to("cpu")
end