Searched refs:EmitIotaOp (Results 1 – 2 of 2) sorted by relevance
105 xla::StatusOr<lmhlo::IotaOp> EmitIotaOp(const xla::HloInstruction* instr);
313 return EmitIotaOp(instr); in EmitOp()1150 xla::StatusOr<lmhlo::IotaOp> LhloDialectEmitter::EmitIotaOp( in EmitIotaOp() function in mlir::LhloDialectEmitter