Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.h82 xla::StatusOr<lmhlo::InfeedOp> EmitInfeedOp(const xla::HloInstruction* instr);
Dmhlo_to_lhlo_with_xla.cc311 return EmitInfeedOp(instr); in EmitOp()
1104 StatusOr<lmhlo::InfeedOp> LhloDialectEmitter::EmitInfeedOp( in EmitInfeedOp() function in mlir::LhloDialectEmitter