Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/registration/
H A Dregistration_test.py211 registration.validate_restore_function(x, "Testing.test_predicate")
213 registration.validate_restore_function(x, "Invalid.name")
216 registration.validate_restore_function(x2, "Testing.test_predicate")
H A D__init__.py29 from tensorflow.python.saved_model.registration.registration import validate_restore_function
H A Dregistration.py354 def validate_restore_function(trackable, registered_name): function
/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/
H A Drestore.py383 registration.validate_restore_function(self.trackable, saver_name)