Sha256: 216135ff6c7b118583420c2f8ca8a5621438a7f80a86545ee41bf0e68065cc5f
Contents?: true
Size: 184 Bytes
Versions: 54
Compression:
Stored size: 184 Bytes
Contents
module Torch module NN class ReplicationPad2d < ReplicationPadNd def initialize(padding) super() @padding = _quadrupal(padding) end end end end
Version data entries
54 entries across 54 versions & 1 rubygems