Sha256: c662033ebc3eec5d537d96c6eed1ccf6bfc3f09ea198294b0548307bb88f9a8d

Contents?: true

Size: 211 Bytes

Versions: 54

Compression:

Stored size: 211 Bytes

Contents

module Torch
  module NN
    class MaxPool2d < MaxPoolNd
      def forward(input)
        F.max_pool2d(input, @kernel_size, @stride, @padding, @dilation, @ceil_mode, @return_indices)
      end
    end
  end
end

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
torch-rb-0.3.2 lib/torch/nn/max_pool2d.rb
torch-rb-0.3.1 lib/torch/nn/max_pool2d.rb
torch-rb-0.3.0 lib/torch/nn/max_pool2d.rb
torch-rb-0.2.7 lib/torch/nn/max_pool2d.rb
torch-rb-0.2.6 lib/torch/nn/max_pool2d.rb
torch-rb-0.2.5 lib/torch/nn/max_pool2d.rb
torch-rb-0.2.4 lib/torch/nn/max_pool2d.rb
torch-rb-0.2.3 lib/torch/nn/max_pool2d.rb
torch-rb-0.2.2 lib/torch/nn/max_pool2d.rb
torch-rb-0.2.1 lib/torch/nn/max_pool2d.rb
torch-rb-0.2.0 lib/torch/nn/max_pool2d.rb
torch-rb-0.1.8 lib/torch/nn/max_pool2d.rb
torch-rb-0.1.7 lib/torch/nn/max_pool2d.rb
torch-rb-0.1.6 lib/torch/nn/max_pool2d.rb