Home
last modified time | relevance | path

Searched defs:RandomShuffle (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dfractional_pool_common.h27 static inline void RandomShuffle(Iter first, Iter last, const Random& uniform) { in RandomShuffle() function
H A Dshuffle_common.h64 Status RandomShuffle(OpKernelContext* context, const Tensor& input, in RandomShuffle() function
H A Dsdca_internal.cc325 void Examples::RandomShuffle() { in RandomShuffle() function in tensorflow::sdca::Examples
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Drand_util.h71 void RandomShuffle(Itr first, Itr last) { in RandomShuffle() function
/aosp_15_r20/external/libchrome/base/
H A Drand_util.h68 void RandomShuffle(Itr first, Itr last) { in RandomShuffle() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/
Drand_util.h71 void RandomShuffle(Itr first, Itr last) { in RandomShuffle() function
/aosp_15_r20/external/cronet/base/
H A Drand_util.h148 void RandomShuffle(Itr first, Itr last) { in RandomShuffle() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc3698 TEST_F(OpTest, RandomShuffle) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go35077 func RandomShuffle(scope *Scope, value tf.Output, optional ...RandomShuffleAttr) (output tf.Output)… func