Searched refs:input_is_truncated (Results 1 – 1 of 1) sorted by relevance
1871 const bool input_is_truncated = fft_type_ == FftType::IRFFT; in Sweep() local1889 const bool expand_input = input_is_truncated && sweep_axis == 0; in Sweep()1899 const bool is_truncated = input_is_truncated || output_is_truncated; in Sweep()1907 if (input_is_truncated) { in Sweep()1992 const bool input_is_truncated = fft_type_ == FftType::IRFFT; in CopyDataFromInput() local2005 const int64_t ub = input_is_truncated ? (length / 2) + 1 : length; in CopyDataFromInput()