Searched refs:EmitDotOp (Results 1 – 2 of 2) sorted by relevance
125 xla::StatusOr<lmhlo::DotOp> EmitDotOp(const xla::HloInstruction* instr);
293 return EmitDotOp(instr); in EmitOp()1263 xla::StatusOr<lmhlo::DotOp> LhloDialectEmitter::EmitDotOp( in EmitDotOp() function in mlir::LhloDialectEmitter