Sha256: de7d82700127c5d353360ec0e323ddb3e6a0365f319aa0de1ca46a19932258d8

Contents?: true

Size: 200 Bytes

Versions: 54

Compression:

Stored size: 200 Bytes

Contents

module Torch
  module NN
    class MaxUnpoolNd < Module
      def extra_inspect
        format("kernel_size: %s, stride: %s, padding: %s", @kernel_size, @stride, @padding)
      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_unpoolnd.rb
torch-rb-0.3.1 lib/torch/nn/max_unpoolnd.rb
torch-rb-0.3.0 lib/torch/nn/max_unpoolnd.rb
torch-rb-0.2.7 lib/torch/nn/max_unpoolnd.rb
torch-rb-0.2.6 lib/torch/nn/max_unpoolnd.rb
torch-rb-0.2.5 lib/torch/nn/max_unpoolnd.rb
torch-rb-0.2.4 lib/torch/nn/max_unpoolnd.rb
torch-rb-0.2.3 lib/torch/nn/max_unpoolnd.rb
torch-rb-0.2.2 lib/torch/nn/max_unpoolnd.rb
torch-rb-0.2.1 lib/torch/nn/max_unpoolnd.rb
torch-rb-0.2.0 lib/torch/nn/max_unpoolnd.rb
torch-rb-0.1.8 lib/torch/nn/max_unpoolnd.rb
torch-rb-0.1.7 lib/torch/nn/max_unpoolnd.rb
torch-rb-0.1.6 lib/torch/nn/max_unpoolnd.rb