Home
last modified time | relevance | path

Searched refs:h5py (Results 1 – 25 of 41) sorted by relevance

12

/external/tensorflow/tensorflow/python/keras/saving/
Dsave.py37 import h5py
39 h5py = None variable
136 (h5py is not None and isinstance(filepath, h5py.File)) or
201 if (h5py is not None and
202 (isinstance(filepath, h5py.File) or h5py.is_hdf5(filepath))):
Dlosses_serialization_test.py39 import h5py # pylint:disable=g-import-not-at-top
41 h5py = None variable
149 if h5py is None:
176 if h5py is None:
Dhdf5_format.py42 import h5py
45 h5py = None variable
83 if h5py is None:
96 if not isinstance(filepath, h5py.File):
108 f = h5py.File(filepath, mode='w')
164 if h5py is None:
170 opened_new_file = not isinstance(filepath, h5py.File)
172 f = h5py.File(filepath, mode='r')
Dmetrics_serialization_test.py39 import h5py # pylint:disable=g-import-not-at-top
41 h5py = None variable
195 if h5py is None:
235 if h5py is None:
Dsave_test.py63 import h5py # pylint:disable=g-import-not-at-top
65 h5py = None variable
76 if h5py is not None:
77 self.assertTrue(h5py.is_hdf5(path),
548 if h5py is None:
596 with h5py.File(saved_model_dir, 'r') as h5file:
636 with h5py.File(saved_model_dir, 'r') as h5file:
676 with h5py.File(fname, mode='r+') as h5file:
683 with h5py.File(
717 if h5py is None:
[all …]
Dsave_weights_test.py48 import h5py # pylint:disable=g-import-not-at-top
50 h5py = None variable
215 if h5py is None:
282 if h5py is None:
299 f_ref_model = h5py.File(h5_path, 'w')
302 f_model = h5py.File(h5_path, 'r')
322 if h5py is None:
339 f_ref_model = h5py.File(h5_path, 'w')
343 f_model = h5py.File(h5_path, 'r')
/external/libopus/training/
Dtxt2hdf5.py6 import h5py
10 h5f = h5py.File(sys.argv[2], 'w');
Drnn_train.py15 import h5py
68 with h5py.File('features10b.h5', 'r') as hf:
/external/rnnoise/training/
Dbin2hdf5.py6 import h5py
11 h5f = h5py.File(sys.argv[4], 'w');
Drnn_train.py18 import h5py
85 with h5py.File('training.h5', 'r') as hf:
/external/rnnoise/src/
Drnn_train.py14 import h5py
34 with h5py.File('denoise_data.h5', 'r') as hf:
/external/libopus/scripts/
Drnn_train.py14 import h5py
37 with h5py.File('features.h5', 'r') as hf:
/external/tensorflow/tensorflow/python/keras/
Dkeras_parameterized.py37 import h5py # pylint:disable=g-import-not-at-top
39 h5py = None variable
134 if h5py is None:
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_centos_pip_packages.sh104 pip2 install --upgrade h5py==2.8.0
105 pip3 install --upgrade h5py==3.1.0
Dinstall_pip_packages.sh106 pip3 install --upgrade h5py==3.1.0
Dinstall_python3.6_pip_packages.sh102 pip3 install --upgrade h5py==3.1.0
/external/tensorflow/tensorflow/python/keras/tests/
Dmodel_subclassing_compiled_test.py33 import h5py # pylint:disable=g-import-not-at-top
35 h5py = None variable
279 if h5py is not None:
286 if h5py is not None:
296 if h5py is not None:
Dmodel_subclassing_test.py45 import h5py # pylint:disable=g-import-not-at-top
47 h5py = None variable
298 if h5py is not None:
305 if h5py is not None:
/external/tensorflow/tensorflow/python/keras/engine/
Ddeferred_sequential_test.py33 import h5py # pylint:disable=g-import-not-at-top
35 h5py = None variable
140 @unittest.skipIf(h5py is None, 'Test requires h5py')
Dtraining.py91 import h5py
93 h5py = None variable
2169 if save_format == 'h5' and h5py is None:
2182 with h5py.File(filepath, 'w') as f:
2275 if h5py is None:
2284 with h5py.File(filepath, 'r') as f:
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ubuntu/
Dbazelbuild.partial.Dockerfile12 h5py \
Dbazelbuild-arm64v8.partial.Dockerfile18 h5py \
Dbazel.partial.Dockerfile13 h5py \
/external/tensorflow/tensorflow/tools/dockerfiles/partials/
Dtensorflow-ppc64le.partial.Dockerfile11 h5py
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/ppc64le/
Dcpu-ppc64le.Dockerfile52 h5py

12