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

Method __init__

tensorflow/python/data/ops/dataset_ops.py:2424–2426  ·  view source on GitHub ↗
(self, input_dataset, variant_tensor)

Source from the content-addressed store, hash-verified

2422 """Abstract class representing a dataset with one input."""
2423
2424 def __init__(self, input_dataset, variant_tensor):
2425 self._input_dataset = input_dataset
2426 super(UnaryDataset, self).__init__(variant_tensor)
2427
2428 def _inputs(self):
2429 return [self._input_dataset]

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected