Home
last modified time | relevance | path

Searched refs:from_sparse_tensor_slices (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/
H A Dfrom_sparse_tensor_slices_test.py43 dataset_ops.Dataset.from_sparse_tensor_slices(st))
78 dataset_ops.Dataset.from_sparse_tensor_slices(st))
102 dataset_ops.Dataset.from_sparse_tensor_slices(st))
122 dataset_ops.Dataset.from_sparse_tensor_slices(st))
142 dataset_ops.Dataset.from_sparse_tensor_slices(st))
159 dataset_ops.Dataset.from_sparse_tensor_slices(None)
175 return dataset_ops.Dataset.from_sparse_tensor_slices(sparse_components)
H A Ddataset_test.py164 dataset_fn = dataset_ops.Dataset.from_sparse_tensor_slices(
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v1/
H A Dtensorflow.data.-dataset.pbtxt79 name: "from_sparse_tensor_slices"
H A Dtensorflow.data.-text-line-dataset.pbtxt81 name: "from_sparse_tensor_slices"
H A Dtensorflow.data.experimental.-csv-dataset.pbtxt81 name: "from_sparse_tensor_slices"
H A Dtensorflow.data.-fixed-length-record-dataset.pbtxt81 name: "from_sparse_tensor_slices"
H A Dtensorflow.data.experimental.-sql-dataset.pbtxt81 name: "from_sparse_tensor_slices"
H A Dtensorflow.data.experimental.-random-dataset.pbtxt81 name: "from_sparse_tensor_slices"
H A Dtensorflow.data.-t-f-record-dataset.pbtxt81 name: "from_sparse_tensor_slices"
/aosp_15_r20/external/tensorflow/tensorflow/python/data/ops/
H A Ddataset_ops.py3882 def from_sparse_tensor_slices(sparse_tensor): member in DatasetV1