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

  /external/tensorflow/tensorflow/python/ops/
random_ops.py 251 @tf_export("random_shuffle")
252 def random_shuffle(value, seed=None, name=None): function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
algo.h 55 #include <parallel/random_shuffle.h>
1641 random_shuffle(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1648 random_shuffle(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1666 random_shuffle(_RAIter __begin, _RAIter __end) function in namespace:__parallel
1676 random_shuffle(_RAIter __begin, _RAIter __end, function in namespace:__parallel
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
algo.h 55 #include <parallel/random_shuffle.h>
1641 random_shuffle(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1648 random_shuffle(_RAIter __begin, _RAIter __end, function in namespace:__parallel
1666 random_shuffle(_RAIter __begin, _RAIter __end) function in namespace:__parallel
1676 random_shuffle(_RAIter __begin, _RAIter __end, function in namespace:__parallel
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 5187 random_shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last) function
5215 random_shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h 5187 random_shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last) function
5215 random_shuffle(_RandomAccessIterator __first, _RandomAccessIterator __last, function
    [all...]

Completed in 267 milliseconds