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

Method range

tensorflow/python/data/ops/dataset_ops.py:1936–1937  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

1934 @staticmethod
1935 @functools.wraps(DatasetV2.range)
1936 def range(*args):
1937 return DatasetV1Adapter(DatasetV2.range(*args))
1938
1939 @staticmethod
1940 @functools.wraps(DatasetV2.zip)

Callers

nothing calls this directly

Calls 2

DatasetV1AdapterClass · 0.85
rangeMethod · 0.45

Tested by

no test coverage detected