Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/kernel_tests/
Dfrom_sparse_tensor_slices_test.py43 dataset_ops.Dataset.from_sparse_tensor_slices(st))
90 dataset_ops.Dataset.from_sparse_tensor_slices(None)
Ddataset_test.py133 dataset_fn = dataset_ops.Dataset.from_sparse_tensor_slices(
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Ddataset_constructor_serialization_test.py83 return dataset_ops.Dataset.from_sparse_tensor_slices(sparse_components)
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.data.-dataset.pbtxt71 name: "from_sparse_tensor_slices"
Dtensorflow.data.experimental.-random-dataset.pbtxt73 name: "from_sparse_tensor_slices"
Dtensorflow.data.experimental.-sql-dataset.pbtxt73 name: "from_sparse_tensor_slices"
Dtensorflow.data.-t-f-record-dataset.pbtxt73 name: "from_sparse_tensor_slices"
Dtensorflow.data.-text-line-dataset.pbtxt73 name: "from_sparse_tensor_slices"
Dtensorflow.data.-fixed-length-record-dataset.pbtxt73 name: "from_sparse_tensor_slices"
Dtensorflow.data.experimental.-csv-dataset.pbtxt73 name: "from_sparse_tensor_slices"
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py2564 def from_sparse_tensor_slices(sparse_tensor): member in DatasetV1