class Chainer::GpuDevice
Attributes
id[R]
Public Class Methods
new(id = nil)
click to toggle source
Public Instance Methods
==(other)
click to toggle source
# File lib/chainer/device.rb, line 78 def ==(other) return false unless other.is_a?(GpuDevice) id == other.id end
use()
click to toggle source
xm()
click to toggle source
# File lib/chainer/device.rb, line 74 def xm Cumo end