Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.h128 xla::StatusOr<lmhlo::FftOp> EmitFftOp(const xla::HloInstruction* instr);
Dmhlo_to_lhlo_with_xla.cc299 return EmitFftOp(instr); in EmitOp()
1284 xla::StatusOr<lmhlo::FftOp> LhloDialectEmitter::EmitFftOp( in EmitFftOp() function in mlir::LhloDialectEmitter