Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.h120 xla::StatusOr<lmhlo::GatherOp> EmitGatherOp(const xla::HloInstruction* instr);
Dmhlo_to_lhlo_with_xla.cc307 return EmitGatherOp(instr); in EmitOp()
1240 xla::StatusOr<lmhlo::GatherOp> LhloDialectEmitter::EmitGatherOp( in EmitGatherOp() function in mlir::LhloDialectEmitter