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
62 inline void RandomShuffle(T *a, u32 n, u32 *rand_state) { in RandomShuffle() function
28811 func RandomShuffle(scope *Scope, value tf.Output, optional ...RandomShuffleAttr) (output tf.Output)… func