Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/engine/
Dnetwork.py1363 filepath_is_h5 = _is_hdf5_filepath(filepath)
1465 if _is_hdf5_filepath(filepath):
1649 def _is_hdf5_filepath(filepath): function
Dtraining.py148 (not network._is_hdf5_filepath(filepath))): # pylint: disable=protected-access