16 #ifndef TENSORFLOW_SERVING_SERVABLES_TENSORFLOW_SAVED_MODEL_CONFIG_H_
17 #define TENSORFLOW_SERVING_SERVABLES_TENSORFLOW_SAVED_MODEL_CONFIG_H_
21 #include "tensorflow/core/platform/status.h"
22 #include "tensorflow/core/protobuf/config.pb.h"
23 #include "tensorflow/core/tfrt/graph_executor/config.h"
25 namespace tensorflow {
34 Status LoadSavedModelConfig(
35 const std::string& export_dir, tensorflow::GraphOptions& graph_options,
36 tensorflow::tfrt_stub::RuntimeConfig& runtime_config);