Home
last modified time | relevance | path

Searched defs:RandomShuffle (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/
Drand_util.h68 void RandomShuffle(Itr first, Itr last) { in RandomShuffle() function
/external/tensorflow/tensorflow/core/kernels/
Dfractional_pool_common.h27 static inline void RandomShuffle(Iter first, Iter last, const Random& uniform) { in RandomShuffle() function
Dshuffle_common.h64 Status RandomShuffle(OpKernelContext* context, const Tensor& input, in RandomShuffle() function
Dsdca_internal.cc325 void Examples::RandomShuffle() { in RandomShuffle() function in tensorflow::sdca::Examples
/external/cronet/stable/base/
Drand_util.h140 void RandomShuffle(Itr first, Itr last) { in RandomShuffle() function
/external/cronet/tot/base/
Drand_util.h140 void RandomShuffle(Itr first, Itr last) { in RandomShuffle() function
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc3698 TEST_F(OpTest, RandomShuffle) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go35077 func RandomShuffle(scope *Scope, value tf.Output, optional ...RandomShuffleAttr) (output tf.Output)… func