Home
last modified time | relevance | path

Searched defs:saved_model_path (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/
Dpywrap_mlir.py54 def experimental_convert_saved_model_to_mlir(saved_model_path, exported_names, argument
61 def experimental_convert_saved_model_v1_to_mlir_lite(saved_model_path, argument
71 def experimental_convert_saved_model_v1_to_mlir(saved_model_path, argument
Dmlir_wrapper.cc77 [](const std::string &saved_model_path, in PYBIND11_MODULE()
91 [](const std::string &saved_model_path, in PYBIND11_MODULE()
93 bool lift_variables, bool upgrade_legacy, bool show_debug_info) { in PYBIND11_MODULE()
/external/tensorflow/tensorflow/python/keras/saving/
Dsaved_model_experimental.py65 saved_model_path, argument
148 def _export_model_json(model, saved_model_path): argument
158 def _export_model_variables(model, saved_model_path): argument
375 def load_from_saved_model(saved_model_path, custom_objects=None): argument
/external/tensorflow/tensorflow/compiler/mlir/python/
Dmlir.cc250 const std::string &saved_model_path, const std::string &exported_names_str, in ExperimentalConvertSavedModelToMlir()
278 const std::string &saved_model_path, const std::string &exported_names_str, in ExperimentalConvertSavedModelV1ToMlirLite()
302 const std::string &saved_model_path, const std::string &exported_names_str, in ExperimentalConvertSavedModelV1ToMlir()
/external/tensorflow/tensorflow/cc/saved_model/experimental/public/
Dsaved_model_api.h103 const std::string& saved_model_path, const Runtime& runtime, Status* status, in Load()