Searched refs:shuffle (Results 26 - 50 of 316) sorted by relevance

1234567891011>>

/external/tensorflow/tensorflow/examples/get_started/regression/
H A Ddnn_regression.py46 train.shuffle(1000).batch(128)
52 return (test.shuffle(1000).batch(128)
H A Dlinear_regression_categorical.py46 train.shuffle(1000).batch(128)
52 return (test.shuffle(1000).batch(128)
/external/tensorflow/tensorflow/examples/learn/
H A Diris_run_config.py51 x={X_FEATURE: x_train}, y=y_train, num_epochs=None, shuffle=True)
56 x={X_FEATURE: x_test}, y=y_test, num_epochs=1, shuffle=False)
H A Dboston.py50 x={'x': x_train}, y=y_train, batch_size=1, num_epochs=None, shuffle=True)
56 x={'x': x_transformed}, y=y_test, num_epochs=1, shuffle=False)
H A Dhdf5_classification.py61 x={X_FEATURE: x_train}, y=y_train, num_epochs=None, shuffle=True)
66 x={X_FEATURE: x_test}, y=y_test, num_epochs=1, shuffle=False)
H A Diris_custom_decay_dnn.py80 x={X_FEATURE: x_train}, y=y_train, num_epochs=None, shuffle=True)
85 x={X_FEATURE: x_test}, y=y_test, num_epochs=1, shuffle=False)
H A Diris_custom_model.py77 x={X_FEATURE: x_train}, y=y_train, num_epochs=None, shuffle=True)
82 x={X_FEATURE: x_test}, y=y_test, num_epochs=1, shuffle=False)
H A Dmultiple_gpu.py96 x={X_FEATURE: x_train}, y=y_train, num_epochs=None, shuffle=True)
101 x={X_FEATURE: x_test}, y=y_test, num_epochs=1, shuffle=False)
H A Drandom_forest_mnist.py65 shuffle=True)
81 shuffle=False)
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/
H A Dparallel_reader.py198 shuffle=True,
209 If shuffle is True the common_queue would be a RandomShuffleQueue otherwise
224 shuffle: boolean, wether should shuffle the files and the records by using
231 after dequeue. Needed for a good shuffle.
241 data_files, num_epochs=num_epochs, shuffle=shuffle, seed=seed,
244 if shuffle:
282 data_files, num_epochs=1, shuffle=False, capacity=1, name='filenames')
/external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/
H A Dsequence.py148 shuffle=True,
171 shuffle: whether to shuffle the word couples before returning them.
212 random.shuffle(words)
222 if shuffle:
226 random.shuffle(couples)
228 random.shuffle(labels)
/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
H A Dgenerator_io_test.py46 shuffle=False,
73 generator, target_key=None, batch_size=2, shuffle=False, num_epochs=1)
105 shuffle=False,
142 shuffle=False,
168 x, batch_size=2, shuffle=False, num_epochs=1)
179 generator, batch_size=2, shuffle=False, num_epochs=1)
190 generator, batch_size=2, shuffle=False, num_epochs=1)
208 generator, target_key=y, batch_size=2, shuffle=False, num_epochs=1)
226 generator, target_key=y, batch_size=2, shuffle=False, num_epochs=1)
243 generator, target_key=y, batch_size=2, shuffle
[all...]
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/
H A Dmake_heap_comp.pass.cpp41 std::shuffle(ia, ia+N, randomness);
69 std::shuffle(ia, ia+N, randomness);
95 std::shuffle(ia, ia+N, randomness);
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
H A Dsort.pass.cpp33 std::shuffle(v.begin(), v.end(), randomness);
/external/tensorflow/tensorflow/contrib/kfac/python/ops/
H A Dop_queue.py47 .shuffle(len(ops), seed=seed).repeat())
/external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
H A Dcifar10_input.py102 batch_size, shuffle):
111 shuffle: boolean indicating whether to use a shuffling queue.
120 if shuffle:
203 shuffle=True)
264 shuffle=False)
/external/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
H A Dminmax_element.pass.cpp52 std::shuffle(a, a+N, randomness);
72 std::shuffle(a, a+N, randomness);
H A Dminmax_element_comp.pass.cpp56 std::shuffle(a, a+N, randomness);
76 std::shuffle(a, a+N, randomness);
/external/tensorflow/tensorflow/contrib/estimator/python/estimator/
H A Ddnn_test.py132 shuffle=True)
137 shuffle=False)
141 shuffle=False)
H A Dlinear_test.py132 shuffle=True)
137 shuffle=False)
141 shuffle=False)
/external/tensorflow/tensorflow/contrib/factorization/python/ops/
H A Dfactorization_ops_test_utils.py64 shuffle=False):
81 if shuffle:
83 random.shuffle(shuffled_ind)
/external/tensorflow/tensorflow/python/estimator/canned/
H A Ddnn_test.py216 shuffle=True)
221 shuffle=False)
225 shuffle=False)
249 shuffle=True)
254 shuffle=False)
258 shuffle=False)
382 shuffle=True)
387 shuffle=False)
391 shuffle=False)
416 shuffle
[all...]
/external/protobuf/ruby/lib/google/protobuf/
H A Drepeated_field.rb77 :rindex, :rotate, :sample, :shuffle, :shelljoin, :slice,
159 rotate! select! shuffle! sort! sort_by! uniq!).each do |method_name|
/external/python/cpython2/Lib/test/
H A Dtest_ordered_dict.py3 from random import shuffle namespace
82 shuffle(pairs)
106 shuffle(pairs)
120 shuffle(pairs)
130 shuffle(pairs)
132 shuffle(pairs)
154 shuffle(pairs)
225 shuffle(pairs)
/external/tensorflow/tensorflow/python/keras/_impl/keras/datasets/
H A Dimdb.py90 np.random.shuffle(indices)
95 np.random.shuffle(indices)

Completed in 630 milliseconds

1234567891011>>