Sha256: 6860f16661984cb3d31cae99a4cd98ff2088a13964f2c15dd7fe63f459e3de2e

Contents?: true

Size: 211 Bytes

Versions: 54

Compression:

Stored size: 211 Bytes

Contents

module Torch
  module NN
    class MaxPool1d < MaxPoolNd
      def forward(input)
        F.max_pool1d(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_pool1d.rb
torch-rb-0.3.1 lib/torch/nn/max_pool1d.rb
torch-rb-0.3.0 lib/torch/nn/max_pool1d.rb
torch-rb-0.2.7 lib/torch/nn/max_pool1d.rb
torch-rb-0.2.6 lib/torch/nn/max_pool1d.rb
torch-rb-0.2.5 lib/torch/nn/max_pool1d.rb
torch-rb-0.2.4 lib/torch/nn/max_pool1d.rb
torch-rb-0.2.3 lib/torch/nn/max_pool1d.rb
torch-rb-0.2.2 lib/torch/nn/max_pool1d.rb
torch-rb-0.2.1 lib/torch/nn/max_pool1d.rb
torch-rb-0.2.0 lib/torch/nn/max_pool1d.rb
torch-rb-0.1.8 lib/torch/nn/max_pool1d.rb
torch-rb-0.1.7 lib/torch/nn/max_pool1d.rb
torch-rb-0.1.6 lib/torch/nn/max_pool1d.rb