Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 685115742
  • Loading branch information
tensorflower-gardener authored and tensorflow-copybara committed Oct 12, 2024
1 parent 723b72b commit afe660d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ REGISTER_KERNEL_BUILDER(Name("TfServingRemotePredict").Device(DEVICE_CPU),
using RemotePredict = ops::TfServingRemotePredict;

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

0 comments on commit afe660d

Please sign in to comment.