Skip to content

Commit

Permalink
Fix rebase errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesTheZ committed Jul 27, 2023
1 parent 53445ed commit ef7d949
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tensorflow/compiler/xla/mlir_hlo/mhlo/IR/hlo_ops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1541,9 +1541,10 @@ LogicalResult DynamicIotaOp::reifyReturnTypeShapes(
//===----------------------------------------------------------------------===//
// DynamicUpdateSliceOp
//===----------------------------------------------------------------------===//

LogicalResult DynamicUpdateSliceOp::inferReturnTypes(
MLIRContext*, std::optional<Location> location, ValueRange operands,
DictionaryAttr attributes, RegionRange regions,
DictionaryAttr attributes, OpaqueProperties, RegionRange regions,
SmallVectorImpl<Type>& inferredReturnTypes) {
DynamicUpdateSliceOp::Adaptor adaptor(operands, attributes, {}, regions);
RankedTensorType operandType =
Expand Down

0 comments on commit ef7d949

Please sign in to comment.