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

Method skip

tensorflow/python/data/ops/dataset_ops.py:1975–1976  ·  view source on GitHub ↗
(self, count)

Source from the content-addressed store, hash-verified

1973
1974 @functools.wraps(DatasetV2.skip)
1975 def skip(self, count):
1976 return DatasetV1Adapter(super(DatasetV1, self).skip(count))
1977
1978 @functools.wraps(DatasetV2.shard)
1979 def shard(self, num_shards, index):

Callers

nothing calls this directly

Calls 2

DatasetV1AdapterClass · 0.85
skipMethod · 0.45

Tested by

no test coverage detected