OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imaginary_part
(Results
1 - 1
of
1
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
spectrogram_test_utils.cc
139
double
imaginary_part
= 0.0;
local
143
strings::safe_strtod((*j).c_str(), &
imaginary_part
);
148
data_line.push_back(std::complex<double>(real_part,
imaginary_part
));
Completed in 619 milliseconds