Searched refs:EmitGatherOp (Results 1 – 2 of 2) sorted by relevance
120 xla::StatusOr<lmhlo::GatherOp> EmitGatherOp(const xla::HloInstruction* instr);
307 return EmitGatherOp(instr); in EmitOp()1240 xla::StatusOr<lmhlo::GatherOp> LhloDialectEmitter::EmitGatherOp( in EmitGatherOp() function in mlir::LhloDialectEmitter