Searched refs:shuffle (Results 1 - 25 of 316) sorted by relevance

1234567891011>>

/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
H A Dnumpy_io.py28 shuffle=True,
31 """This input_fn diffs from the core version with default `shuffle`."""
35 shuffle=shuffle,
H A Dpandas_io.py54 shuffle=True,
58 """This input_fn diffs from the core version with default `shuffle`."""
62 shuffle=shuffle,
H A Dgenerator_io.py32 shuffle=True,
57 generator, target_key="label", batch_size=2, shuffle=False,
69 shuffle: Boolean, if True shuffles the queue. Avoid shuffle at prediction
120 shuffle=shuffle,
H A Dpandas_io_test.py63 x, y_noindex, batch_size=2, shuffle=False, num_epochs=1)
71 x, y, batch_size=2, shuffle=False, num_epochs=1)
89 x, y, batch_size=128, shuffle=False, num_epochs=2)
118 x, y, batch_size=2, shuffle=False, num_epochs=1)
152 x, y=None, batch_size=2, shuffle=False, num_epochs=1)
165 x, y, batch_size=2, shuffle=False, num_epochs=1)
188 x, y, batch_size=4, shuffle=False, num_epochs=1)
198 x, y, batch_size=4, shuffle=True, num_epochs=1)
208 x, y, batch_size=2, shuffle=True, queue_capacity=None, num_epochs=2)
218 x, y, batch_size=3, shuffle
[all...]
/external/eigen/unsupported/test/
H A Dcxx11_tensor_shuffling.cpp29 no_shuffle = tensor.shuffle(shuffles);
50 Tensor<float, 4, DataLayout> shuffle; local
51 shuffle = tensor.shuffle(shuffles);
53 VERIFY_IS_EQUAL(shuffle.dimension(0), 5);
54 VERIFY_IS_EQUAL(shuffle.dimension(1), 7);
55 VERIFY_IS_EQUAL(shuffle.dimension(2), 3);
56 VERIFY_IS_EQUAL(shuffle.dimension(3), 2);
62 VERIFY_IS_EQUAL(tensor(i,j,k,l), shuffle(k,l,j,i));
82 expected = tensor.shuffle(shuffle
198 Tensor<float, 4, DataLayout> shuffle; local
[all...]
/external/tensorflow/tensorflow/contrib/input_pipeline/python/ops/
H A Dinput_pipeline_ops.py49 def _maybe_randomize_list(string_list, shuffle):
50 if shuffle:
51 random.shuffle(string_list)
55 def _create_list(string_list, shuffle, seed, num_epochs):
56 if shuffle and seed:
58 expanded_list = _maybe_randomize_list(string_list, shuffle)[:]
61 expanded_list.extend(_maybe_randomize_list(string_list, shuffle))
65 def seek_next(string_list, shuffle=False, seed=None, num_epochs=None):
77 shuffle: If true, we shuffle th
[all...]
/external/webp/src/dsp/
H A Dlossless_enc_neon.c40 const uint8x16_t shuffle) {
41 return vcombine_u8(vtbl1q_u8(argb, vget_low_u8(shuffle)),
42 vtbl1q_u8(argb, vget_high_u8(shuffle)));
49 const uint8x8_t shuffle) {
50 return vcombine_u8(vtbl1_u8(vget_low_u8(argb), shuffle),
51 vtbl1_u8(vget_high_u8(argb), shuffle));
59 const uint8x16_t shuffle = vld1q_u8(kGreenShuffle); local
61 const uint8x8_t shuffle = vld1_u8(kGreenShuffle); local
65 const uint8x16_t greens = DoGreenShuffle_NEON(argb, shuffle);
96 const uint8x16_t shuffle local
39 DoGreenShuffle_NEON(const uint8x16_t argb, const uint8x16_t shuffle) argument
48 DoGreenShuffle_NEON(const uint8x16_t argb, const uint8x8_t shuffle) argument
99 const uint8x8_t shuffle = vld1_u8(k0g0g); local
[all...]
/external/tensorflow/tensorflow/python/estimator/inputs/
H A Dpandas_io.py43 shuffle=None,
57 shuffle: bool, whether to read the records in random order.
71 TypeError: `shuffle` is not bool.
77 if not isinstance(shuffle, bool):
78 raise TypeError('shuffle must be explicitly set as boolean; '
79 'got {}'.format(shuffle))
95 if shuffle:
106 shuffle=shuffle,
H A Dnumpy_io.py95 shuffle=None,
114 x, y, batch_size=2, shuffle=False, num_epochs=1)
124 shuffle: Boolean, if True shuffles the queue. Avoid shuffle at prediction
139 TypeError: `x` is not a dict or array, or if `shuffle` is not bool.
141 if not isinstance(shuffle, bool):
142 raise TypeError('shuffle must be explicitly set as boolean; '
143 'got {}'.format(shuffle))
193 shuffle=shuffle,
[all...]
H A Dpandas_io_test.py66 x, y_noindex, batch_size=2, shuffle=False, num_epochs=1)
74 'shuffle must be explicitly set as boolean'):
75 # Default shuffle is None
84 x, y, batch_size=2, shuffle=False, num_epochs=1)
102 x, y, batch_size=128, shuffle=False, num_epochs=2)
131 x, y, batch_size=2, shuffle=False, num_epochs=1)
165 x, y=None, batch_size=2, shuffle=False, num_epochs=1)
178 x, y, batch_size=2, shuffle=False, num_epochs=1)
201 x, y, batch_size=4, shuffle=False, num_epochs=1)
211 x, y, batch_size=4, shuffle
[all...]
H A Dnumpy_io_test.py41 x, y, batch_size=2, shuffle=False, num_epochs=1)
67 x, y, batch_size=128, shuffle=False, num_epochs=2)
92 x, y, batch_size=2, shuffle=False, num_epochs=0)
113 x, y, batch_size=batch_size, shuffle=False, num_epochs=1)
149 x, y, batch_size=batch_size, shuffle=False, num_epochs=3)
195 x, y, batch_size=batch_size, shuffle=False, num_epochs=1)
220 x, y, batch_size=2, shuffle=False, num_epochs=1)
240 x, y, batch_size=2, shuffle=False, num_epochs=1)
248 failing_input_fn = numpy_io.numpy_input_fn(x, y, shuffle=False)
256 failing_input_fn = numpy_io.numpy_input_fn(x, y, shuffle
[all...]
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/
H A Drandom_shuffle_urng.pass.cpp13 // void shuffle(RandomAccessIterator first, RandomAccessIterator last,
29 std::shuffle(ia, ia+sa, g);
32 std::shuffle(ia, ia+sa, std::move(g));
/external/adhd/cras/src/server/
H A Dcras_bt_player.h30 bool shuffle; member in struct:cras_bt_player
/external/tensorflow/tensorflow/examples/tutorials/input_fn/
H A Dboston.py34 def get_input_fn(data_set, num_epochs=None, shuffle=True):
39 shuffle=shuffle)
66 input_fn=get_input_fn(test_set, num_epochs=1, shuffle=False))
72 input_fn=get_input_fn(prediction_set, num_epochs=1, shuffle=False))
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/
H A Dpush_heap.pass.cpp29 std::shuffle(ia, ia+N, randomness);
H A Dpush_heap_comp.pass.cpp40 std::shuffle(ia, ia+N, randomness);
59 std::shuffle(ia, ia+N, randomness);
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/
H A Ddataset_data_provider.py25 shuffle=False)
33 shuffle=True)
57 shuffle=True,
72 shuffle: Whether to shuffle the data sources and common queue when
92 shuffle=shuffle,
/external/tensorflow/tensorflow/examples/get_started/regression/
H A Dlinear_regression.py47 train.shuffle(1000).batch(128)
53 return (test.shuffle(1000).batch(128)
87 input_dict, shuffle=False)
/external/tensorflow/tensorflow/core/kernels/
H A Dconv_2d.h38 output.device(d) = input.shuffle(order).reverse(reverse_dims);
50 output.device(d) = input.inflate(strides).pad(pad_dims).shuffle(order);
149 // We want a 3, 2, 0, 1 shuffle. Merge the spatial dimensions together
150 // to speed up the shuffle operation.
167 .shuffle(Eigen::DSizes<IndexType, 3>(2, 1, 0))
176 const Eigen::DSizes<IndexType, 4>& shuffle,
183 if (shuffle[1] == 2 && shuffle[2] == 3) {
187 new_shuffle[0] = shuffle[0];
189 new_shuffle[2] = shuffle[
174 operator ()(const Device& d, typename TTypes<T, 4, IndexType>::ConstTensor in, const Eigen::DSizes<IndexType, 4>& shuffle, typename TTypes<T, 4, IndexType>::Tensor out) argument
[all...]
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/
H A Dmake_heap.pass.cpp28 std::shuffle(ia, ia+N, randomness);
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/
H A Dpop_heap.pass.cpp28 std::shuffle(ia, ia+N, randomness);
H A Dpop_heap_comp.pass.cpp40 std::shuffle(ia, ia+N, randomness);
61 std::shuffle(ia, ia+N, randomness);
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/
H A Dsort_heap.pass.cpp28 std::shuffle(ia, ia+N, randomness);
H A Dsort_heap_comp.pass.cpp39 std::shuffle(ia, ia+N, randomness);
61 std::shuffle(ia, ia+N, randomness);
/external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
H A Dprefetch_dataset_op_test.py29 return dataset_ops.Dataset.range(100).prefetch(10).shuffle(

Completed in 419 milliseconds

1234567891011>>