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

Method from_value

tensorflow/python/data/ops/dataset_ops.py:2615–2616  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

2613
2614 @staticmethod
2615 def from_value(value):
2616 return DatasetSpec(value.element_spec) # pylint: disable=protected-access
2617
2618 def _batch(self, batch_size):
2619 return DatasetSpec(

Callers

nothing calls this directly

Calls 1

DatasetSpecClass · 0.85

Tested by

no test coverage detected