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

Method prefetch

tensorflow/python/data/ops/dataset_ops.py:1949–1950  ·  view source on GitHub ↗
(self, buffer_size)

Source from the content-addressed store, hash-verified

1947
1948 @functools.wraps(DatasetV2.prefetch)
1949 def prefetch(self, buffer_size):
1950 return DatasetV1Adapter(super(DatasetV1, self).prefetch(buffer_size))
1951
1952 @staticmethod
1953 @functools.wraps(DatasetV2.list_files)

Callers

nothing calls this directly

Calls 2

DatasetV1AdapterClass · 0.85
prefetchMethod · 0.45

Tested by

no test coverage detected