Searched defs:RandomShuffle (Results 1 – 5 of 5) 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
325 void Examples::RandomShuffle() { in RandomShuffle() function in tensorflow::sdca::Examples
7400 func RandomShuffle(scope *Scope, value tf.Output, optional ...RandomShuffleAttr) (output tf.Output)… func