Sha256: b3ded985c28a7312468fed69639226ad3e0a91989ba7d6166016dc0db3650801
Contents?: true
Size: 376 Bytes
Versions: 9
Compression:
Stored size: 376 Bytes
Contents
TensorStream::OpMaker.define_operation :ceil do |op| op.what_it_does "Returns element-wise smallest integer in not less than x" op.parameter :input_a, "tensor X", validate: 'FLOATING_POINT_TYPES' op.option :name, "Optional name", :nil op.define_gradient do |grad, node, params| nil end op.define_shape do |tensor| tensor.inputs[0].shape.shape end end
Version data entries
9 entries across 9 versions & 1 rubygems