Method: TensorFlow::Math.erfc

Defined in:
lib/tensorflow/math.rb

.erfc(x) ⇒ Object



131
132
133
# File 'lib/tensorflow/math.rb', line 131

def erfc(x)
  RawOps.erfc(x: x)
end