Sha256: 79870107a1f45429fc9a30559b739c235bf483f09d9f80ca6e23c142fd41b2a1
Contents?: true
Size: 190 Bytes
Versions: 54
Compression:
Stored size: 190 Bytes
Contents
module Torch module NN class ConstantPad2d < ConstantPadNd def initialize(padding, value) super(value) @padding = _quadrupal(padding) end end end end
Version data entries
54 entries across 54 versions & 1 rubygems