Home
last modified time | relevance | path

Searched refs:complex_abs (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/tools/compatibility/testdata/
Dtest_file_v0_11.py156 tf.complex_abs(tf.constant(3 + 4.j)).eval(),
/external/python/cpython3/Objects/
Dcomplexobject.c602 complex_abs(PyComplexObject *v) in complex_abs() function
1089 (unaryfunc)complex_abs, /* nb_absolute */
/external/python/cpython2/Objects/
Dcomplexobject.c732 complex_abs(PyComplexObject *v) in complex_abs() function
1283 (unaryfunc)complex_abs, /* nb_absolute */
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dmath_test.py42 math_ops.complex_abs,
Dpfor.py2090 @RegisterPForWithArgs("ComplexAbs", math_ops.complex_abs)
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py247 return gen_math_ops.complex_abs(x, Tout=x.dtype.real_dtype, name=name)
/external/tensorflow/
DRELEASE.md1484 * `tf.complex_abs` has been removed from the Python interface. `tf.abs`