Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/saving/
Dsave.py137 saving_utils.is_hdf5_filepath(filepath)):
Dsaving_utils.py326 def is_hdf5_filepath(filepath): function
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining.py2146 filepath_is_h5 = saving_utils.is_hdf5_filepath(filepath)
2252 (not saving_utils.is_hdf5_filepath(filepath))):
2868 if saving_utils.is_hdf5_filepath(filepath):
Dtraining_v1.py232 (not saving_utils.is_hdf5_filepath(filepath))): # pylint: disable=protected-access