Searched refs:HDF5Matrix (Results 1 - 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
H A Dio_utils_test.py60 # Instantiating HDF5Matrix for the training set,
62 x_train = keras.utils.io_utils.HDF5Matrix(
64 y_train = keras.utils.io_utils.HDF5Matrix(
68 x_test = keras.utils.io_utils.HDF5Matrix(
70 y_test = keras.utils.io_utils.HDF5Matrix(
73 # HDF5Matrix behave more or less like Numpy matrices
87 # Note: you have to use shuffle='batch' or False with HDF5Matrix
H A D__init__.py31 from tensorflow.python.keras._impl.keras.utils.io_utils import HDF5Matrix namespace
H A Dio_utils.py34 @tf_export('keras.utils.HDF5Matrix')
35 class HDF5Matrix(object): class in inherits:object
41 x_data = HDF5Matrix('input/file.hdf5', 'data')
65 raise ImportError('The use of HDF5Matrix requires '
/external/tensorflow/tensorflow/contrib/keras/api/keras/utils/
H A D__init__.py31 from tensorflow.python.keras._impl.keras.utils.io_utils import HDF5Matrix namespace
/external/tensorflow/tensorflow/python/keras/utils/
H A D__init__.py31 from tensorflow.python.keras._impl.keras.utils.io_utils import HDF5Matrix namespace

Completed in 1041 milliseconds