Searched refs:shuffle_batch (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/contrib/labeled_tensor/ |
D | __init__.py | 134 shuffle_batch = _ops.shuffle_batch variable
|
/external/tensorflow/tensorflow/contrib/boosted_trees/examples/ |
D | mnist.py | 55 images_batch, labels_batch = tf.train.shuffle_batch(
|
D | binary_mnist.py | 60 images_batch, labels_batch = tf.train.shuffle_batch(
|
/external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/ |
D | cifar10_input.py | 121 images, label_batch = tf.train.shuffle_batch(
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
D | ops_test.py | 374 batch_lts = ops.shuffle_batch( 380 [batch_2_lt] = ops.shuffle_batch( 395 [batch_2_op] = ops.shuffle_batch(
|
D | ops.py | 504 def shuffle_batch(labeled_tensors, function 543 return input.shuffle_batch(
|
/external/tensorflow/tensorflow/contrib/kernel_methods/g3doc/ |
D | tutorial.md | 43 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/ |
D | input_test.py | 1633 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(
|
D | supervisor_test.py | 299 shuff_rec = input_lib.shuffle_batch(rec, 1, 6, 4) 319 shuff_rec = input_lib.shuffle_batch(rec, 1, 6, 4)
|
D | input.py | 1252 def shuffle_batch(tensors, batch_size, capacity, min_after_dequeue, function
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | meta_graph.proto | 162 // value: "shuffle_batch/ScalarSummary:0"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.train.pbtxt | 436 name: "shuffle_batch"
|