Skip to content

Commit afe660d

Browse files
Automated Code Change
PiperOrigin-RevId: 685115742
1 parent 723b72b commit afe660d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_serving/experimental/tensorflow/ops/remote_predict/kernels/remote_predict_op_kernel_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ REGISTER_KERNEL_BUILDER(Name("TfServingRemotePredict").Device(DEVICE_CPU),
9292
using RemotePredict = ops::TfServingRemotePredict;
9393

9494
// Use model_name to specify the behavior of different tests.
95-
::tensorflow::Status RunRemotePredict(
95+
absl::Status RunRemotePredict(
9696
const string& model_name, std::vector<Tensor>* outputs,
9797
const DataTypeSlice& output_types = {DT_INT32, DT_INT32},
9898
const absl::optional<::absl::Duration> deadline = absl::nullopt,

0 commit comments

Comments
 (0)