Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.h105 xla::StatusOr<lmhlo::IotaOp> EmitIotaOp(const xla::HloInstruction* instr);
Dmhlo_to_lhlo_with_xla.cc313 return EmitIotaOp(instr); in EmitOp()
1150 xla::StatusOr<lmhlo::IotaOp> LhloDialectEmitter::EmitIotaOp( in EmitIotaOp() function in mlir::LhloDialectEmitter