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

Method cache

tensorflow/python/data/ops/dataset_ops.py:1967–1968  ·  view source on GitHub ↗
(self, filename="")

Source from the content-addressed store, hash-verified

1965
1966 @functools.wraps(DatasetV2.cache)
1967 def cache(self, filename=""):
1968 return DatasetV1Adapter(super(DatasetV1, self).cache(filename))
1969
1970 @functools.wraps(DatasetV2.take)
1971 def take(self, count):

Callers

nothing calls this directly

Calls 2

DatasetV1AdapterClass · 0.85
cacheMethod · 0.45

Tested by

no test coverage detected