Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.h125 xla::StatusOr<lmhlo::DotOp> EmitDotOp(const xla::HloInstruction* instr);
Dmhlo_to_lhlo_with_xla.cc293 return EmitDotOp(instr); in EmitOp()
1263 xla::StatusOr<lmhlo::DotOp> LhloDialectEmitter::EmitDotOp( in EmitDotOp() function in mlir::LhloDialectEmitter