Method: Tensorflow::Math.erfc

Defined in:
lib/tensorflow/ops/math.rb

.erfc(x, dtype: nil) ⇒ Object



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

def erfc(x, dtype: nil)
  RawOps.erfc(x, typeT: dtype)
end