Searched refs:MakeXlaOp (Results 1 – 3 of 3) sorted by relevance
72 StatusOr<XlaOp> MlirHloBuilder::MakeXlaOp(mlir::Value val) { in MakeXlaOp() function in xla::MlirHloBuilder89 return MakeXlaOp(op); in ConstantLiteral()116 return MakeXlaOp(op); in ConvGeneralDilatedInternal()128 return MakeXlaOp(op); in FftInternal()152 return MakeXlaOp(op.getResult(0)); in CustomCallInternal()167 if (op.getNumResults() == 1) return MakeXlaOp(op.getResult(0)); in ReduceInternal()169 return MakeXlaOp(tuple); in ReduceInternal()198 return MakeXlaOp(op); in ReduceWindowInternal()209 return MakeXlaOp(op); in Iota()219 return MakeXlaOp(op); in BitcastConvertTypeInternal()[all …]
71 StatusOr<XlaOp> MakeXlaOp(mlir::Value val);
556 auto xla_op_or = hlo_builder_.MakeXlaOp(operand); in GetExprForOperand()