Class: Torch::NN::Parameter
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Tensor
#%, #*, #**, #+, #-, #-@, #/, #<=>, #[], #[]=, #add!, #backward, #cpu, #cuda, #dtype, #item, #layout, #length, #new, #new_ones, #numo, #random!, #requires_grad!, #reshape, #shape, #size, #to, #to_a, #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 |