Home
last modified time | relevance | path

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

/external/libchrome/base/
Drand_util.h68 void RandomShuffle(Itr first, Itr last) { in RandomShuffle() function
/external/tensorflow/tensorflow/core/kernels/
Dfractional_pool_common.h27 static inline void RandomShuffle(Iter first, Iter last, const Random& uniform) { in RandomShuffle() function
Drandom_shuffle_op.cc40 static inline void RandomShuffle(Iter first, Iter last, Random& uniform) { in RandomShuffle() function
Dsdca_internal.cc311 void Examples::RandomShuffle() { in RandomShuffle() function in tensorflow::sdca::Examples
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h62 inline void RandomShuffle(T *a, u32 n, u32 *rand_state) { in RandomShuffle() function
/external/tensorflow/tensorflow/go/op/
Dwrappers.go28811 func RandomShuffle(scope *Scope, value tf.Output, optional ...RandomShuffleAttr) (output tf.Output)… func