HomeSort by relevance Sort by last modified time
    Searched full:shuffle_batch_join (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/docs_src/api_guides/python/
io_ops.md 112 @{tf.train.shuffle_batch_join} for examples that would
119 @{tf.train.batch_join} or @{tf.train.shuffle_batch_join}
129 * @{tf.train.shuffle_batch_join}
reading_data.md 243 @{tf.train.shuffle_batch_join}.
257 example_batch, label_batch = tf.train.shuffle_batch_join(
407 because you are using `shuffle_batch` or `shuffle_batch_join`, it normally will
423 `shuffle_batch_join`).
  /external/tensorflow/tensorflow/python/training/
input.py 1365 def shuffle_batch_join(tensors_list, batch_size, capacity, function
    [all...]
input_test.py     [all...]
  /external/tensorflow/tensorflow/tools/api/golden/
tensorflow.train.pbtxt 416 name: "shuffle_batch_join"
  /external/tensorflow/tensorflow/python/ops/
io_ops.py 65 @@shuffle_batch_join
  /external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
graph_io.py 432 queued_examples_with_keys = input_ops.shuffle_batch_join(
    [all...]

Completed in 134 milliseconds