Home
last modified time | relevance | path

Searched refs:_TextLineDataset (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/tpu/
Ddatasets.py33 def _TextLineDataset(filename: Text) -> dataset_ops.Dataset: function
47 'textline': _TextLineDataset,
48 'text': _TextLineDataset,
/external/tensorflow/tensorflow/python/data/ops/
Dreaders.py108 class _TextLineDataset(dataset_ops.DatasetSource): class
135 super(_TextLineDataset, self).__init__(variant_tensor)
178 return _TextLineDataset(filename, compression_type, buffer_size)