Sha256: 117ec167a6f4515f6ef3866468f9f066a8e0537ca12e2e4608ab131aba4e60f5
Contents?: true
Size: 185 Bytes
Versions: 54
Compression:
Stored size: 185 Bytes
Contents
module Torch module NN class ConstantPad1d < ConstantPadNd def initialize(padding, value) super(value) @padding = _pair(padding) end end end end
Version data entries
54 entries across 54 versions & 1 rubygems