Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dtypes.h42 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.h37 typedef std::complex<float> complex64; typedef
/external/tensorflow/tensorflow/core/framework/
Dnumeric_types.h33 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/kernel_tests/
Dcholesky_op_test.py251 dtypes_lib.complex64, dtypes_lib.complex128),
/external/tensorflow/tensorflow/compiler/xla/tests/
Dexhaustive_op_test_utils.cc190 complex64) { in DefaultSpecGenerator() argument
/external/tensorflow/tensorflow/python/framework/
Ddtypes.py267 complex64 = DType(types_pb2.DT_COMPLEX64) variable