Sha256: 1a81fffcfaef8c6978e946573b15d71ce266e3cb2c9e6270e06804f22cafd6f1
Contents?: true
Size: 184 Bytes
Versions: 9
Compression:
Stored size: 184 Bytes
Contents
module TensorStream class Initializer attr_writer :op def initialize(op) @op = op end def op @op.call end def shape nil end end end
Version data entries
9 entries across 9 versions & 1 rubygems