Searched defs:RandomShuffle (Results 1 – 6 of 6) sorted by relevance
68 void RandomShuffle(Itr first, Itr last) { in RandomShuffle() function
27 static inline void RandomShuffle(Iter first, Iter last, const Random& uniform) { in RandomShuffle() function
40 static inline void RandomShuffle(Iter first, Iter last, Random& uniform) { in RandomShuffle() function
311 void Examples::RandomShuffle() { in RandomShuffle() function in tensorflow::sdca::Examples
78 void RandomShuffle(RandomIt First, RandomIt Last, RandomFunc &&RNG) { in RandomShuffle() function
25488 func RandomShuffle(scope *Scope, value tf.Output, optional ...RandomShuffleAttr) (output tf.Output)… func