class Chainer::CpuDevice

Public Instance Methods

==(other) click to toggle source
# File lib/chainer/device.rb, line 55
def ==(other)
  return false unless other.is_a?(CpuDevice)
  true
end
xm() click to toggle source
# File lib/chainer/device.rb, line 51
def xm
  Numo
end