(tensors)
| 1905 | @staticmethod |
| 1906 | @functools.wraps(DatasetV2.from_tensors) |
| 1907 | def from_tensors(tensors): |
| 1908 | return DatasetV1Adapter(DatasetV2.from_tensors(tensors)) |
| 1909 | |
| 1910 | @staticmethod |
| 1911 | @functools.wraps(DatasetV2.from_tensor_slices) |
nothing calls this directly
no test coverage detected