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.cc1004 const bool input_is_truncated = fft_type == FftType::IRFFT; in Sweep() local
1024 const bool expand_input = input_is_truncated && sweep_axis == 0; in Sweep()
1033 const bool is_truncated = input_is_truncated || output_is_truncated; in Sweep()
1040 if (input_is_truncated) { in Sweep()
1139 const bool input_is_truncated = fft_type == FftType::IRFFT; in CopyDataFromInput() local
1152 const int64 ub = input_is_truncated ? (length / 2) + 1 : length; in CopyDataFromInput()