Commit f17fab8e authored by Yuxin Wu's avatar Yuxin Wu

expose DataFromGenerator (#333)

parent fb501e66
...@@ -9,7 +9,7 @@ import six ...@@ -9,7 +9,7 @@ import six
from six.moves import range from six.moves import range
from .base import DataFlow, RNGDataFlow from .base import DataFlow, RNGDataFlow
__all__ = ['FakeData', 'DataFromQueue', 'DataFromList'] __all__ = ['FakeData', 'DataFromQueue', 'DataFromList', 'DataFromGenerator']
class FakeData(RNGDataFlow): class FakeData(RNGDataFlow):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment