Method: TensorFlow::Math.subtract

Defined in:
lib/tensorflow/math.rb

.subtract(x, y) ⇒ Object



436
437
438
# File 'lib/tensorflow/math.rb', line 436

def subtract(x, y)
  RawOps.sub(x: x, y: y)
end