Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfft_ops.cc409 const auto kFftType = in DoFFT() local
421 kFftType, kInPlaceFft, batch_size, &scratch_allocator); in DoFFT()
429 errors::Internal("fft failed : type=", static_cast<int>(kFftType), in DoFFT()
436 errors::Internal("fft failed : type=", static_cast<int>(kFftType), in DoFFT()
454 errors::Internal("fft failed : type=", static_cast<int>(kFftType), in DoFFT()
472 errors::Internal("fft failed : type=", static_cast<int>(kFftType), in DoFFT()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc185 kFftType, enumerator
1109 attrs["fft_type"] = {/*required=*/true, AttrTy::kFftType, &fft_type}; in ParseInstructionRhs()
2731 case AttrTy::kFftType: { in ParseAttributeHelper()