Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.h58 xla::StatusOr<lmhlo::SortOp> EmitSortOp(const xla::HloInstruction* instr);
Dmhlo_to_lhlo_with_xla.cc389 return EmitSortOp(instr); in EmitOp()
416 StatusOr<lmhlo::SortOp> LhloDialectEmitter::EmitSortOp( in EmitSortOp() function in mlir::LhloDialectEmitter