Home
last modified time | relevance | path

Searched refs:variable_path (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/core/
H A Dtf_saved_model_api.cc233 Status TFSavedModelAPI::GetVariable(const std::string& variable_path, in GetVariable() argument
236 internal::FindNodeAtPath(variable_path, bundle_.saved_object_graph()); in GetVariable()
238 return errors::NotFound("No saved object found at path ", variable_path); in GetVariable()
243 return errors::NotFound("No variable found at path ", variable_path); in GetVariable()
H A Dtf_saved_model_api.h76 Status GetVariable(const std::string& variable_path, Variable** variable);
/aosp_15_r20/external/tensorflow/tensorflow/python/trackable/
H A Dtrackable_utils.py148 def slot_variable_key(variable_path, optimizer_path, slot_name): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/
H A Dutil.py58 variable_path=object_names[original_variable],