Home
last modified time | relevance | path

Searched defs:complex64 (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dtypes.h41 using complex64 = std::complex<float>; variable
/external/tensorflow/tensorflow/core/kernels/
Dcwise_ops_gpu_gradients.cu.h37 typedef std::complex<float> complex64; typedef
Dcwise_ops_gpu_common.cu.h36 typedef std::complex<float> complex64; typedef
/external/tensorflow/tensorflow/core/framework/
Dnumeric_types.h32 typedef std::complex<float> complex64; typedef
/external/tensorflow/tensorflow/core/lib/bfloat16/
Dbfloat16.h40 typedef std::complex<float> complex64; typedef
165 B16_DEVICE_FUNC explicit operator complex64() const { in complex64() function
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_dtypes.py33 complex64 = np_export.np_export_constant(__name__, 'complex64', np.complex64) variable
/external/tensorflow/tensorflow/python/kernel_tests/
Dcholesky_op_test.py292 dtypes_lib.complex64, dtypes_lib.complex128),
/external/tensorflow/tensorflow/python/framework/
Ddtypes.py305 complex64 = DType(types_pb2.DT_COMPLEX64) variable