Home
last modified time | relevance | path

Searched refs:shuffle_batch (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/contrib/labeled_tensor/
D__init__.py134 shuffle_batch = _ops.shuffle_batch variable
/external/tensorflow/tensorflow/contrib/boosted_trees/examples/
Dmnist.py55 images_batch, labels_batch = tf.train.shuffle_batch(
Dbinary_mnist.py60 images_batch, labels_batch = tf.train.shuffle_batch(
/external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
Dcifar10_input.py121 images, label_batch = tf.train.shuffle_batch(
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dops_test.py374 batch_lts = ops.shuffle_batch(
380 [batch_2_lt] = ops.shuffle_batch(
395 [batch_2_op] = ops.shuffle_batch(
Dops.py504 def shuffle_batch(labeled_tensors, function
543 return input.shuffle_batch(
/external/tensorflow/tensorflow/contrib/kernel_methods/g3doc/
Dtutorial.md43 In this example, we will use the `tf.train.shuffle_batch` Op which, besides
58 images_batch, labels_batch = tf.train.shuffle_batch(
/external/tensorflow/tensorflow/python/training/
Dinput_test.py1633 batched = inp.shuffle_batch(
1645 batched = inp.shuffle_batch(
1702 batched = inp.shuffle_batch(
1757 batched = inp.shuffle_batch(
1807 batched = inp.shuffle_batch(
1860 batched = inp.shuffle_batch(
Dsupervisor_test.py299 shuff_rec = input_lib.shuffle_batch(rec, 1, 6, 4)
319 shuff_rec = input_lib.shuffle_batch(rec, 1, 6, 4)
Dinput.py1252 def shuffle_batch(tensors, batch_size, capacity, min_after_dequeue, function
/external/tensorflow/tensorflow/core/protobuf/
Dmeta_graph.proto162 // value: "shuffle_batch/ScalarSummary:0"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.train.pbtxt436 name: "shuffle_batch"