Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/FFT/
Dei_fftw_impl.h54 typedef fftwf_complex complex_type;
60 void fwd(complex_type * dst,complex_type * src,int nfft) {
65 void inv(complex_type * dst,complex_type * src,int nfft) {
70 void fwd(complex_type * dst,scalar_type * src,int nfft) {
75 void inv(scalar_type * dst,complex_type * src,int nfft) {
82 void fwd2( complex_type * dst,complex_type * src,int n0,int n1) {
87 void inv2( complex_type * dst,complex_type * src,int n0,int n1) {
97 typedef fftw_complex complex_type;
103 void fwd(complex_type * dst,complex_type * src,int nfft) {
108 void inv(complex_type * dst,complex_type * src,int nfft) {
[all …]
/external/tensorflow/tensorflow/compiler/xla/
Dprimitive_util.cc115 PrimitiveType ComplexComponentType(PrimitiveType complex_type) { in ComplexComponentType() argument
116 switch (complex_type) { in ComplexComponentType()
123 << PrimitiveType_Name(complex_type); in ComplexComponentType()
Dprimitive_util.h158 PrimitiveType ComplexComponentType(PrimitiveType complex_type);