MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / __init__

Method __init__

examples/SuperResolution/GAN.py:196–198  ·  view source on GitHub ↗
(self, shape)

Source from the content-addressed store, hash-verified

194
195class RandomZData(DataFlow):
196 def __init__(self, shape):
197 super(RandomZData, self).__init__()
198 self.shape = shape
199
200 def __iter__(self):
201 while True:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected