MCPcopy Create free account
hub / github.com/DragonisCV/RAM / __iter__

Method __iter__

ram/data/utils/prefetch_dataloader.py:59–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57 super(PrefetchDataLoader, self).__init__(**kwargs)
58
59 def __iter__(self):
60 return PrefetchGenerator(super().__iter__(), self.num_prefetch_queue)
61
62
63class CPUPrefetcher():

Callers

nothing calls this directly

Calls 2

PrefetchGeneratorClass · 0.85
__iter__Method · 0.45

Tested by

no test coverage detected