Home
last modified time | relevance | path

Searched refs:saved_model_format_scope (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/keras/
Dkeras_parameterized.py162 with testing_utils.saved_model_format_scope('h5'):
167 with testing_utils.saved_model_format_scope('tf'):
172 with testing_utils.saved_model_format_scope('tf', save_traces=False):
Dtesting_utils.py397 def saved_model_format_scope(value, **kwargs): function