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

Method repeat

tensorflow/python/data/ops/dataset_ops.py:1958–1959  ·  view source on GitHub ↗
(self, count=None)

Source from the content-addressed store, hash-verified

1956
1957 @functools.wraps(DatasetV2.repeat)
1958 def repeat(self, count=None):
1959 return DatasetV1Adapter(super(DatasetV1, self).repeat(count))
1960
1961 @functools.wraps(DatasetV2.shuffle)
1962 def shuffle(self, buffer_size, seed=None, reshuffle_each_iteration=None):

Callers

nothing calls this directly

Calls 2

DatasetV1AdapterClass · 0.85
repeatMethod · 0.45

Tested by

no test coverage detected