Searched defs:saved_model_path (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/ |
D | pywrap_mlir.py | 54 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
|
D | mlir_wrapper.cc | 77 [](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/ |
D | saved_model_experimental.py | 65 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/ |
D | mlir.cc | 250 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/ |
D | saved_model_api.h | 103 const std::string& saved_model_path, const Runtime& runtime, Status* status, in Load()
|