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

Method reset_state

tensorpack/dataflow/common.py:560–562  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

558 logger.info("[JoinData] Size check failed for the list of dataflow to be joined!")
559
560 def reset_state(self):
561 for d in set(self.df_lists):
562 d.reset_state()
563
564 def __len__(self):
565 """

Callers 10

reset_stateMethod · 0.45
startMethod · 0.45
reset_stateMethod · 0.45
reset_stateMethod · 0.45
reset_stateMethod · 0.45
reset_stateMethod · 0.45
reset_stateMethod · 0.45
reset_stateMethod · 0.45
reset_stateMethod · 0.45
reset_stateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected