Home
last modified time | relevance | path

Searched defs:RandomShuffle (Results 1 – 6 of 6) 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
Drandom_shuffle_op.cc40 static inline void RandomShuffle(Iter first, Iter last, Random& uniform) { in RandomShuffle() function
Dsdca_internal.cc311 void Examples::RandomShuffle() { in RandomShuffle() function in tensorflow::sdca::Examples
/external/swiftshader/third_party/subzero/src/
DIceRNG.h78 void RandomShuffle(RandomIt First, RandomIt Last, RandomFunc &&RNG) { in RandomShuffle() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go25488 func RandomShuffle(scope *Scope, value tf.Output, optional ...RandomShuffleAttr) (output tf.Output)… func