HomeSort by relevance Sort by last modified time
    Searched refs:prepend_from_queue_and_padded_batch_dataset (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/training/python/training/
tensor_queue_dataset_test.py 39 tqd.prepend_from_queue_and_padded_batch_dataset(batch_size=1))
54 tqd.prepend_from_queue_and_padded_batch_dataset(batch_size=2))
65 tqd.prepend_from_queue_and_padded_batch_dataset(
77 tqd.prepend_from_queue_and_padded_batch_dataset(
100 tqd.prepend_from_queue_and_padded_batch_dataset(batch_size=1))
122 tqd.prepend_from_queue_and_padded_batch_dataset(batch_size=2))
143 tqd.prepend_from_queue_and_padded_batch_dataset(batch_size=1))
170 tqd.prepend_from_queue_and_padded_batch_dataset(batch_size=1))
198 tqd.prepend_from_queue_and_padded_batch_dataset(
211 tqd.prepend_from_queue_and_padded_batch_dataset(batch_size=1)
    [all...]
tensor_queue_dataset.py 66 return gen_dataset_ops.prepend_from_queue_and_padded_batch_dataset(
98 def prepend_from_queue_and_padded_batch_dataset(batch_size, function
119 tf.contrib.training.prepend_from_queue_and_padded_batch_dataset(
176 `prepend_from_queue_and_padded_batch_dataset`. This operation supports both
180 `prepend_from_queue_and_padded_batch_dataset`.
185 `prepend_from_queue_and_padded_batch_dataset`. If this is a scalar,
193 the original `prepend_from_queue_and_padded_batch_dataset` call.

Completed in 150 milliseconds