Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 609296216
  • Loading branch information
tensorflower-gardener committed Feb 22, 2024
1 parent 83870a0 commit d621b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/core/common_runtime/eager/custom_device.h
Expand Up @@ -57,7 +57,7 @@ class CustomDevice {

// Returns true signifying to pin to the current custom device.
// Returns false to pin to the physical device.
virtual StatusOr<bool> ShallPinToThisDevice(
virtual absl::StatusOr<bool> ShallPinToThisDevice(
const ImmediateExecutionOperation* op) = 0;
};

Expand Down

0 comments on commit d621b59

Please sign in to comment.