Skip to content

Commit

Permalink
Update comment in tfrt_saved_model_factory.h for wrong param name.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 628545017
  • Loading branch information
SiqiaoWu1993 authored and tensorflow-copybara committed Apr 26, 2024
1 parent 067d850 commit 14ce911
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ class TfrtSavedModelFactory {
///
/// @param metadata Metadata to be associated with the saved_model.
/// @param path Path to the model.
/// @param saved_model Newly created SavedModel if the returned
/// Status is OK.
/// @param servable Newly created Servable if the returned Status is OK.
absl::Status CreateTfrtSavedModelWithMetadata(
const Loader::Metadata& metadata, const string& path,
std::unique_ptr<Servable>* servable);
Expand Down

0 comments on commit 14ce911

Please sign in to comment.