Searched defs:RandomShuffle (Results 1 – 7 of 7) 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
64 Status RandomShuffle(OpKernelContext* context, const Tensor& input, in RandomShuffle() function
325 void Examples::RandomShuffle() { in RandomShuffle() function in tensorflow::sdca::Examples
120 void RandomShuffle(Itr first, Itr last) { in RandomShuffle() function
3698 TEST_F(OpTest, RandomShuffle) { in TEST_F() argument
35077 func RandomShuffle(scope *Scope, value tf.Output, optional ...RandomShuffleAttr) (output tf.Output)… func