Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.h113 xla::StatusOr<lmhlo::PadOp> EmitPadOp(const xla::HloInstruction* instr);
Dmhlo_to_lhlo_with_xla.cc339 return EmitPadOp(instr); in EmitOp()
1175 xla::StatusOr<lmhlo::PadOp> LhloDialectEmitter::EmitPadOp( in EmitPadOp() function in mlir::LhloDialectEmitter