Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc1871 const bool input_is_truncated = fft_type_ == FftType::IRFFT; in Sweep() local
1889 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() local
2005 const int64_t ub = input_is_truncated ? (length / 2) + 1 : length; in CopyDataFromInput()