Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.h65 xla::StatusOr<Operation*> EmitCustomCallOp(const xla::HloInstruction* instr);
Dmhlo_to_lhlo_with_xla.cc397 return EmitCustomCallOp(instr); in EmitOp()
615 StatusOr<mlir::Operation*> LhloDialectEmitter::EmitCustomCallOp( in EmitCustomCallOp() function in mlir::LhloDialectEmitter