Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/preprocessing/
Dimage.py231 class NumpyArrayIterator(image.NumpyArrayIterator, Iterator): class
276 image.NumpyArrayIterator.__init__)[0]:
280 super(NumpyArrayIterator, self).__init__(
/external/tensorflow/tensorflow/contrib/keras/api/keras/preprocessing/image/
D__init__.py27 from tensorflow.python.keras.preprocessing.image import NumpyArrayIterator