Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dattribute_exporter.h43 StatusOr<FftType> ConvertFftType(llvm::StringRef type_string);
Dattribute_importer.h48 StatusOr<mlir::mhlo::FftType> ConvertFftType(FftType type);
Dattribute_exporter.cc136 StatusOr<FftType> ConvertFftType(llvm::StringRef type_string) { in ConvertFftType() function
Dattribute_importer.cc127 StatusOr<mlir::mhlo::FftType> ConvertFftType(FftType type) { in ConvertFftType() function
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1289 xla::ConvertFftType(hlo_fft->fft_type())); in EmitFftOp()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc1580 TF_ASSIGN_OR_RETURN(xla::FftType fft_type, ConvertFftType(fft_op.fft_type())); in EmitFftThunkFromMlir()