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

Method __init__

tensorflow/python/data/ops/dataset_ops.py:2523–2525  ·  view source on GitHub ↗
(self, dataset_variant, structure)

Source from the content-addressed store, hash-verified

2521 """A Dataset wrapper around a `tf.variant`-typed function argument."""
2522
2523 def __init__(self, dataset_variant, structure):
2524 self._structure = structure
2525 super(_VariantDataset, self).__init__(dataset_variant)
2526
2527 def _inputs(self):
2528 return []

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected