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

Function truediv

tensorflow/python/ops/math_ops.py:1023–1051  ·  view source on GitHub ↗

Divides x / y elementwise (using Python 3 division operator semantics). NOTE: Prefer using the Tensor operator or tf.divide which obey Python division operator semantics. This function forces Python 3 division operator semantics where all integer arguments are cast to floating types first.

(x, y, name=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

_truediv_python3Function · 0.85

Tested by

no test coverage detected