Home
last modified time | relevance | path

Searched refs:filename_queue (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
Dcifar10_input.py37 def read_cifar10(filename_queue): argument
80 result.key, value = reader.read(filename_queue)
159 filename_queue = tf.train.string_input_producer(filenames)
162 read_input = read_cifar10(filename_queue)
232 filename_queue = tf.train.string_input_producer(filenames)
235 read_input = read_cifar10(filename_queue)
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/
Dparallel_reader.py240 filename_queue = tf_input.string_input_producer(
263 reader_kwargs=reader_kwargs).read(filename_queue)
282 filename_queue = tf_input.string_input_producer(
285 return reader_class(**reader_kwargs).read(filename_queue)
Dparallel_reader_test.py51 filename_queue = input_lib.string_input_producer(data_files)
52 key, value = p_reader.read(filename_queue)
91 filename_queue = input_lib.string_input_producer(data_files, num_epochs=1)
92 key, value = p_reader.read_up_to(filename_queue, 4)
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dinput_pipeline.py356 filename_queue = input_lib.string_input_producer(
358 return filename_queue, epoch_limiter
368 filename_queue, epoch_limiter = self._get_filename_queue(
374 filename_queue, self._read_num_records_hint)
385 filename_queue, epoch_limiter = self._get_filename_queue(epoch_limit=2)
388 first_key, first_value = reader.read_up_to(filename_queue, 1)
399 new_key, new_value = reader.read_up_to(filename_queue, 1)
/external/tensorflow/tensorflow/tools/gcs_test/python/
Dgcs_smoke.py232 filename_queue = tf.train.string_input_producer([input_path], num_epochs=1)
234 _, serialized_example = reader.read(filename_queue)
/external/tensorflow/tensorflow/python/training/
Dsupervisor_test.py275 filename_queue = input_lib.string_input_producer(
278 _, csv = reader.read(filename_queue)
294 filename_queue = input_lib.string_input_producer(
297 _, csv = reader.read(filename_queue)
314 filename_queue = input_lib.string_input_producer(
317 _, csv = reader.read(filename_queue)
/external/tensorflow/tensorflow/python/kernel_tests/
Dreader_ops_test.py784 filename_queue = input_lib.string_input_producer(
786 key1, value1 = reader1.read(filename_queue)
787 key2, value2 = reader2.read(filename_queue)
821 filename_queue = input_lib.string_input_producer(
823 key, value = reader.read(filename_queue)