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

Method next

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

Source from the content-addressed store, hash-verified

268 self._strategy = strategy
269
270 def next(self):
271 return self.__next__()
272
273 def __next__(self):
274 try:

Callers

nothing calls this directly

Calls 1

__next__Method · 0.95

Tested by

no test coverage detected