Home
last modified time | relevance | path

Searched refs:MakeXlaOp (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc72 StatusOr<XlaOp> MlirHloBuilder::MakeXlaOp(mlir::Value val) { in MakeXlaOp() function in xla::MlirHloBuilder
89 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 …]
Dmlir_hlo_builder.h71 StatusOr<XlaOp> MakeXlaOp(mlir::Value val);
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_with_tf2xla.cc556 auto xla_op_or = hlo_builder_.MakeXlaOp(operand); in GetExprForOperand()