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