Class: Torch::NN::Parameter
Constant Summary
Constants included from Inspector
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Tensor
#%, #&, #*, #**, #+, #-, #-@, #/, #<=>, #[], #[]=, #^, #add!, #clamp!, #cpu, #cuda, #dtype, #each, #item, #layout, #length, #new, #new_ones, #numo, #random!, #requires_grad!, #reshape, #shape, #size, #to, #to_a, #to_f, #to_i, #to_s, #type, #view, #|
Class Method Details
Instance Method Details
#inspect ⇒ Object
9 10 11 |
# File 'lib/torch/nn/parameter.rb', line 9 def inspect "Parameter containing:\n#{super}" end |