Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/
Dkeras_parameterized.py51 exclude_formats=None): argument
135 exclude_formats.append(['h5'])
139 if saved_format not in nest.flatten(exclude_formats)]
176 def run_with_all_weight_formats(test_or_class=None, exclude_formats=None): argument
178 exclude_formats = exclude_formats or []
179 exclude_formats.append('tf_no_traces') # Only applies to saving models
180 return run_with_all_saved_model_formats(test_or_class, exclude_formats)
/external/tensorflow/tensorflow/python/keras/saving/
Dsave_weights_test.py244 exclude_formats=['tf_no_traces'])
365 exclude_formats=['tf_no_traces'])