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

Method apply

tensorflow/python/data/ops/dataset_ops.py:2080–2081  ·  view source on GitHub ↗
(self, transformation_func)

Source from the content-addressed store, hash-verified

2078
2079 @functools.wraps(DatasetV2.apply)
2080 def apply(self, transformation_func):
2081 return DatasetV1Adapter(super(DatasetV1, self).apply(transformation_func))
2082
2083 @functools.wraps(DatasetV2.window)
2084 def window(self, size, shift=None, stride=1, drop_remainder=False):

Callers

nothing calls this directly

Calls 2

DatasetV1AdapterClass · 0.85
applyMethod · 0.45

Tested by

no test coverage detected