Sha256: de4ec635977084a9007cd6a51a8c2c1a07f0fbce7438e45a0e957f47025d036f

Contents?: true

Size: 303 Bytes

Versions: 5

Compression:

Stored size: 303 Bytes

Contents

TensorStream::OpMaker.define_operation :greater do |op|
  op.what_it_does "Returns the truth value of (x > y) element-wise."

  op.parameter :input_a, "tensor X"
  op.parameter :input_b, "tensor Y"

  op.apply_data_type_coercion!
  op.supports_broadcasting!

  op.option :name, "Optional name", :nil
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tensor_stream-1.0.5 lib/tensor_stream/ops/greater.rb
tensor_stream-1.0.4 lib/tensor_stream/ops/greater.rb
tensor_stream-1.0.3 lib/tensor_stream/ops/greater.rb
tensor_stream-1.0.2 lib/tensor_stream/ops/greater.rb
tensor_stream-1.0.1 lib/tensor_stream/ops/greater.rb