Home
last modified time | relevance | path

Searched refs:as_complex (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/lib/core/
Dpy_seq_tensor.cc456 auto as_complex = PyComplex_AsCComplex(v); in ConvertOneComplex() local
457 *out = complex128(as_complex.real, as_complex.imag); in ConvertOneComplex()
/external/python/cpython2/Doc/library/
Djson.rst70 >>> def as_complex(dct):
76 ... object_hook=as_complex)
/external/python/cpython3/Doc/library/
Djson.rst73 >>> def as_complex(dct):
79 ... object_hook=as_complex)