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

Method zip

tensorflow/python/data/ops/dataset_ops.py:1941–1942  ·  view source on GitHub ↗
(datasets)

Source from the content-addressed store, hash-verified

1939 @staticmethod
1940 @functools.wraps(DatasetV2.zip)
1941 def zip(datasets):
1942 return DatasetV1Adapter(DatasetV2.zip(datasets))
1943
1944 @functools.wraps(DatasetV2.concatenate)
1945 def concatenate(self, dataset):

Callers

nothing calls this directly

Calls 2

DatasetV1AdapterClass · 0.85
zipMethod · 0.45

Tested by

no test coverage detected