Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.h118 xla::StatusOr<lmhlo::SliceOp> EmitSliceOp(const xla::HloInstruction* instr);
Dmhlo_to_lhlo_with_xla.cc375 return EmitSliceOp(instr); in EmitOp()
1230 xla::StatusOr<lmhlo::SliceOp> LhloDialectEmitter::EmitSliceOp( in EmitSliceOp() function in mlir::LhloDialectEmitter