Searched refs:h5py (Results 1 - 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/examples/learn/
H A Dhdf5_classification.py25 import h5py # pylint: disable=g-bad-import-order namespace
39 h5f = h5py.File('/tmp/test_hdf5.h5', 'w')
46 h5f = h5py.File('/tmp/test_hdf5.h5', 'r')
/external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
H A Dio_utils.py29 import h5py namespace
31 h5py = None variable
64 if h5py is None:
66 'HDF5 and h5py installed.')
69 f = h5py.File(datapath)
H A Dio_utils_test.py30 import h5py # pylint:disable=g-import-not-at-top namespace
32 h5py = None variable
38 f = h5py.File(h5_path, 'w')
51 if h5py is None:
/external/tensorflow/tensorflow/python/keras/_impl/keras/
H A Dmodels_test.py32 import h5py # pylint:disable=g-import-not-at-top namespace
34 h5py = None variable
40 if h5py is None:
77 if h5py is None:
113 if h5py is None:
141 if h5py is None:
157 if h5py is None:
175 if h5py is None:
192 if h5py is None:
261 if h5py i
[all...]
H A Dlosses_test.py30 import h5py # pylint:disable=g-import-not-at-top namespace
32 h5py = None variable
131 if h5py is None:
H A Dmodels.py46 import h5py namespace
48 h5py = None variable
79 ImportError: if h5py is not available.
82 if h5py is None:
83 raise ImportError('`save_model` requires h5py.')
127 with h5py.File(filepath, mode='w') as f:
209 ImportError: if h5py is not available.
212 if h5py is None:
213 raise ImportError('`load_model` requires h5py.')
243 with h5py
[all...]
H A Destimator_test.py38 import h5py # pylint:disable=g-import-not-at-top namespace
40 h5py = None variable
258 if h5py is None:
H A Dcallbacks_test.py36 import h5py # pylint:disable=g-import-not-at-top namespace
38 h5py = None variable
57 if h5py is None:
H A Dmodel_subclassing_test.py34 import h5py # pylint:disable=g-import-not-at-top namespace
36 h5py = None variable
426 if h5py is None:
/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
H A Ddata_feeder_test.py314 import h5py # pylint: disable=g-import-not-at-top namespace
317 h5f = h5py.File('test_hdf5.h5', 'w')
321 h5f = h5py.File('test_hdf5.h5', 'r')
/external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
H A Dtopology.py48 import h5py namespace
50 h5py = None variable
1156 ImportError: If h5py is not available.
1158 if h5py is None:
1159 raise ImportError('`save_weights` requires h5py.')
1165 with h5py.File(filepath, 'w') as f:
1189 ImportError: If h5py is not available.
1191 if h5py is None:
1192 raise ImportError('`load_weights` requires h5py.')
1193 with h5py
[all...]
H A Dtopology_test.py39 import h5py # pylint:disable=g-import-not-at-top namespace
41 h5py = None variable
130 if h5py is None:

Completed in 244 milliseconds