Searched defs:reader_func (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/python/data/ops/ |
D | load_op.py | 35 reader_func): argument 43 reader_func=None): argument 45 reader_func = lambda datasets: datasets.interleave( # pylint:disable=g-long-lambda function
|
D | dataset_ops.py | 1766 def load(path, element_spec=None, compression=None, reader_func=None): argument 3141 reader_func=None, argument 6206 reader_func=None, argument 6212 reader_func = lambda datasets: datasets.interleave( # pylint:disable=g-long-lambda function
|
/external/python/cpython3/Lib/test/test_free_threading/ |
D | test_str.py | 23 def reader_func(): function 54 def reader_func(): function
|
D | test_list.py | 27 def reader_func(): function 54 def reader_func(): function
|
D | test_type.py | 58 def reader_func(): function 87 def reader_func(): function 143 def run_one(self, writer_func, reader_func): argument
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | io.py | 111 def load(path, element_spec=None, compression=None, reader_func=None): argument
|
D | snapshot.py | 192 def snapshot(path, compression="AUTO", reader_func=None, shard_func=None): argument
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | snapshot_dataset_op.cc | 123 std::unique_ptr<CapturedFunction> reader_func, in Dataset() 784 std::unique_ptr<CapturedFunction> reader_func; in MakeDataset() local
|