34 35 36 37
# File 'lib/chainer/parameter.rb', line 34 def cleargrad super @grad_initializer = nil if self.data.nil? end