MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / __next__

Method __next__

tensorflow/python/distribute/input_lib.py:273–277  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

271 return self.__next__()
272
273 def __next__(self):
274 try:
275 return self.get_next()
276 except errors.OutOfRangeError:
277 raise StopIteration
278
279 def get_next(self, name=None):
280 """Returns the next input from the iterator for all replicas."""

Callers 1

nextMethod · 0.95

Calls 1

get_nextMethod · 0.95

Tested by

no test coverage detected