diff --git a/tensorflow/compiler/tf2xla/mlir_tf2xla.cc b/tensorflow/compiler/tf2xla/mlir_tf2xla.cc index 92a83436346..ac4d1f28803 100644 --- a/tensorflow/compiler/tf2xla/mlir_tf2xla.cc +++ b/tensorflow/compiler/tf2xla/mlir_tf2xla.cc @@ -161,7 +161,7 @@ Status ConvertGraphDefToXlaViaMlir( return ConvertMLIRToXlaComputation(*module, /*device_type=*/"XLA_CPU_JIT", computation, /*use_tuple_args=*/false, - /*always_return_tuple=*/true); + /*return_tuple=*/true); } } // namespace tensorflow