Class: Torch::NN::ZeroPad2d
- Inherits:
-
ConstantPad2d
- Object
- Module
- ConstantPadNd
- ConstantPad2d
- Torch::NN::ZeroPad2d
- Defined in:
- lib/torch/nn/zero_pad2d.rb
Instance Attribute Summary
Attributes inherited from Module
Instance Method Summary collapse
-
#initialize(padding) ⇒ ZeroPad2d
constructor
A new instance of ZeroPad2d.
Methods inherited from ConstantPadNd
Methods inherited from Module
#_apply, #add_module, #apply, #buffers, #call, #children, #cpu, #cuda, #deep_dup, #double, #eval, #float, #forward, #half, #inspect, #load_state_dict, #method_missing, #modules, #named_buffers, #named_children, #named_modules, #named_parameters, #parameters, #register_buffer, #register_parameter, #requires_grad!, #respond_to?, #share_memory, #state_dict, #to, #train, #type, #zero_grad
Methods included from Utils
#_activation_fn, #_clones, #_ntuple, #_pair, #_quadrupal, #_single, #_triple
Constructor Details
#initialize(padding) ⇒ ZeroPad2d
Returns a new instance of ZeroPad2d.
4 5 6 |
# File 'lib/torch/nn/zero_pad2d.rb', line 4 def initialize(padding) super(padding, 0.0) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Torch::NN::Module