[go: nahoru, domu]

Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 632099660
  • Loading branch information
tensorflower-gardener committed May 9, 2024
1 parent cff4685 commit 71ef21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/dtensor/mlir/restore_shape_inference.cc
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ mlir::LogicalResult BackwardShapeInferenceToRestoreOp(mlir::ModuleOp module,
module, new_recv_op);

if (!send_op.ok())
return recv_op.emitOpError(tsl::NullTerminatedMessage(send_op.status()));
return recv_op.emitOpError(absl::StatusMessageAsCStr(send_op.status()));

// Recursively shape inference to the input of the send op.
return BackwardShapeInferenceToRestoreOp(
Expand Down

0 comments on commit 71ef21e

Please sign in to comment.