MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / sigmoid

Function sigmoid

tensorflow/python/ops/math_ops.py:2094–2113  ·  view source on GitHub ↗

Computes sigmoid of `x` element-wise. Specifically, `y = 1 / (1 + exp(-x))`. Args: x: A Tensor with type `float16`, `float32`, `float64`, `complex64`, or `complex128`. name: A name for the operation (optional). Returns: A Tensor with the same type as `x`. @compatibility

(x, name=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

callMethod · 0.70
callMethod · 0.70

Calls 2

name_scopeMethod · 0.80
_sigmoidMethod · 0.80

Tested by

no test coverage detected