(value)
| 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( |
nothing calls this directly
no test coverage detected