Home
last modified time | relevance | path

Searched defs:complex128 (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dtypes.h44 using complex128 = std::complex<double>; variable
/external/tensorflow/tensorflow/core/kernels/
Dcwise_ops_gpu_common.cu.h37 typedef std::complex<double> complex128; typedef
Dcwise_ops_gpu_gradients.cu.h38 typedef std::complex<double> complex128; typedef
/external/tensorflow/tensorflow/core/framework/
Dnumeric_types.h35 typedef std::complex<double> complex128; typedef
/external/tensorflow/tensorflow/core/lib/bfloat16/
Dbfloat16.h42 typedef std::complex<double> complex128; typedef
169 B16_DEVICE_FUNC explicit operator complex128() const { in complex128() function
/external/tensorflow/tensorflow/python/kernel_tests/
Dcholesky_op_test.py271 dtypes_lib.complex64, dtypes_lib.complex128),
/external/tensorflow/tensorflow/python/framework/
Ddtypes.py355 complex128 = DType(types_pb2.DT_COMPLEX128) variable