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

Method from_tensor_slices

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

Source from the content-addressed store, hash-verified

1910 @staticmethod
1911 @functools.wraps(DatasetV2.from_tensor_slices)
1912 def from_tensor_slices(tensors):
1913 return DatasetV1Adapter(DatasetV2.from_tensor_slices(tensors))
1914
1915 @staticmethod
1916 @deprecation.deprecated(None, "Use `tf.data.Dataset.from_tensor_slices()`.")

Callers

nothing calls this directly

Calls 2

DatasetV1AdapterClass · 0.85
from_tensor_slicesMethod · 0.45

Tested by

no test coverage detected