aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/numeric_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/framework/numeric_types.h')
-rw-r--r--tensorflow/core/framework/numeric_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/core/framework/numeric_types.h b/tensorflow/core/framework/numeric_types.h
index c6230dab24..9523e35b4e 100644
--- a/tensorflow/core/framework/numeric_types.h
+++ b/tensorflow/core/framework/numeric_types.h
@@ -24,6 +24,8 @@ namespace tensorflow {
// Single precision complex.
typedef std::complex<float> complex64;
+// Double precision complex.
+typedef std::complex<double> complex128;
} // end namespace tensorflow