HomeSort by relevance Sort by last modified time
    Searched defs:RandomShuffle (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
fractional_pool_common.h 27 static inline void RandomShuffle(Iter first, Iter last, const Random& uniform) {
random_shuffle_op.cc 40 static inline void RandomShuffle(Iter first, Iter last, Random& uniform) {
56 RandomShuffle(permutation.begin(), permutation.end(), uniform);
87 RandomShuffle(vec.data(), vec.data() + size, uniform);
110 Name("RandomShuffle").Device(DEVICE_CPU).TypeConstraint<T>("T"), \
sdca_internal.cc 311 void Examples::RandomShuffle() {
  /external/libchrome/base/
rand_util.h 68 void RandomShuffle(Itr first, Itr last) {
  /external/swiftshader/third_party/subzero/src/
IceRNG.h 74 /// RandomShuffle is an implementation of std::random_shuffle() that doesn't
78 void RandomShuffle(RandomIt First, RandomIt Last, RandomFunc &&RNG) {
  /external/tensorflow/tensorflow/go/op/
wrappers.go     [all...]

Completed in 721 milliseconds