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.py41 def experimental_convert_saved_model_to_mlir(saved_model_path, exported_names, argument
48 def experimental_convert_saved_model_v1_to_mlir_lite(saved_model_path, tags, argument
56 def experimental_convert_saved_model_v1_to_mlir(saved_model_path, tags, argument
Dmlir_wrapper.cc62 [](const std::string &saved_model_path, const std::string &tags, in PYBIND11_MODULE()
75 [](const std::string &saved_model_path, const std::string &tags, in PYBIND11_MODULE()
76 bool lift_variables, bool upgrade_legacy, bool show_debug_info) { in PYBIND11_MODULE()
/external/tensorflow/tensorflow/python/keras/saving/
Dsaved_model_experimental.py66 saved_model_path, argument
149 def _export_model_json(model, saved_model_path): argument
159 def _export_model_variables(model, saved_model_path): argument
376 def load_from_saved_model(saved_model_path, custom_objects=None): argument
/external/tensorflow/tensorflow/compiler/mlir/python/
Dmlir.cc137 const std::string &saved_model_path, const std::string &exported_names_str, in ExperimentalConvertSavedModelToMlir()
165 const std::string &saved_model_path, const std::string &tags, in ExperimentalConvertSavedModelV1ToMlirLite()
186 const std::string &saved_model_path, const std::string &tags, 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()