MCPcopy Create free account
hub / github.com/alibaba/bigcomputing / __iter__

Method __iter__

DIEN/data_loader.py:31–32  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29 self.help_count = 0
30
31 def __iter__(self):
32 return self
33
34 def data_read(self, start_id, total_thread):
35 sample_id = start_id

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected