Searched refs:EmitCustomCallOp (Results 1 – 2 of 2) sorted by relevance
65 xla::StatusOr<Operation*> EmitCustomCallOp(const xla::HloInstruction* instr);
397 return EmitCustomCallOp(instr); in EmitOp()615 StatusOr<mlir::Operation*> LhloDialectEmitter::EmitCustomCallOp( in EmitCustomCallOp() function in mlir::LhloDialectEmitter