Sha256: 00ba411e6eafbf61c3a079b6e475c4f3b82f885e4c3508d825d720e5f3282584

Contents?: true

Size: 128 Bytes

Versions: 56

Compression:

Stored size: 128 Bytes

Contents

module Torch
  module NN
    class Tanh < Module
      def forward(input)
        Torch.tanh(input)
      end
    end
  end
end

Version data entries

56 entries across 56 versions & 1 rubygems

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