Skip to content

Commit ca7a806

Browse files
Automated Code Change
PiperOrigin-RevId: 775541976
1 parent b9b5f52 commit ca7a806

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tensorflow_serving/model_servers/device_runner_init_stub.cc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ limitations under the License.
2222
namespace tensorflow::serving {
2323

2424
namespace {
25-
Status InitializeDeviceRunnerAndTopologyStub(tfrt_stub::Runtime&, int*, int*,
26-
const DeviceRunnerOptions&) {
25+
absl::Status InitializeDeviceRunnerAndTopologyStub(tfrt_stub::Runtime&, int*,
26+
int*,
27+
const DeviceRunnerOptions&) {
2728
return tensorflow::errors::Internal(
2829
"device_runner_init_impl is not linked into this binary");
2930
}
3031
} // namespace
3132

32-
Status InitializeDeviceRunnerAndTopology(tfrt_stub::Runtime& runtime,
33-
int* num_local_devices,
34-
int* cores_per_chip,
35-
const DeviceRunnerOptions& options) {
33+
absl::Status InitializeDeviceRunnerAndTopology(
34+
tfrt_stub::Runtime& runtime, int* num_local_devices, int* cores_per_chip,
35+
const DeviceRunnerOptions& options) {
3636
return InitializeDeviceRunnerAndTopologyFunc(runtime, num_local_devices,
3737
cores_per_chip, options);
3838
}

0 commit comments

Comments
 (0)