We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b1410 commit 488c81bCopy full SHA for 488c81b
tensorflow_serving/session_bundle/oss/session_bundle_util.cc
@@ -70,11 +70,11 @@ absl::Status LoadSessionBundleOrSavedModelBundle(
70
}
71
return absl::Status(
72
static_cast<absl::StatusCode>(absl::StatusCode::kNotFound),
73
- strings::StrCat("Specified file path does not appear to contain a "
74
- "SavedModel bundle (should have a file called "
75
- "`saved_model.pb`)\n"
76
- "Specified file path: ",
77
- export_dir));
+ absl::StrCat("Specified file path does not appear to contain a "
+ "SavedModel bundle (should have a file called "
+ "`saved_model.pb`)\n"
+ "Specified file path: ",
+ export_dir));
78
79
80
absl::Status LoadSessionBundleFromPathUsingRunOptions(
0 commit comments