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

Method from_tensors

tensorflow/python/data/ops/dataset_ops.py:1907–1908  ·  view source on GitHub ↗
(tensors)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 2

DatasetV1AdapterClass · 0.85
from_tensorsMethod · 0.45

Tested by

no test coverage detected