Home
last modified time | relevance | path

Searched refs:RandomShuffle (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_RandomShuffle.pbtxt2 graph_op_name: "RandomShuffle"
4 name: "random.RandomShuffle"
/external/tensorflow/tensorflow/core/kernels/
Drandom_shuffle_op.cc40 static inline void RandomShuffle(Iter first, Iter last, Random& uniform) { in RandomShuffle() function
56 RandomShuffle(permutation.begin(), permutation.end(), uniform); in IndexedShuffle()
87 RandomShuffle(vec.data(), vec.data() + size, uniform); in Compute()
Dfractional_pool_common.h27 static inline void RandomShuffle(Iter first, Iter last, const Random& uniform) { in RandomShuffle() function
Dfractional_pool_common.cc95 RandomShuffle(diff.begin(), diff.end(), uniform); in GeneratePoolingSequenceRandom()
Dsdca_internal.h335 void RandomShuffle();
Dsdca_ops.cc164 examples.RandomShuffle(); in DoCompute()
Dsdca_internal.cc311 void Examples::RandomShuffle() { in RandomShuffle() function in tensorflow::sdca::Examples
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_RandomShuffle.pbtxt2 graph_op_name: "RandomShuffle"
/external/libchrome/base/
Drand_util.h68 void RandomShuffle(Itr first, Itr last) { in RandomShuffle() function
/external/swiftshader/third_party/subzero/src/
DIceRNG.h78 void RandomShuffle(RandomIt First, RandomIt Last, RandomFunc &&RNG) { in RandomShuffle() function
DIceGlobalContext.cpp515 RandomShuffle(Globals.begin(), Globals.end(), in lowerGlobals()
641 RandomShuffle(Pending.begin() + ShuffleStartIndex, in emitItems()
911 RandomShuffle(JumpTables.begin(), JumpTables.end(), in getJumpTables()
DIceELFObjectWriter.cpp554 RandomShuffle(Pool.begin(), Pool.end(), in writeConstantPool()
DIceTargetLoweringX8632Traits.h629 RandomShuffle(Shuffled.begin(), Shuffled.end(), RNGW);
DIceTargetLoweringX8664Traits.h673 RandomShuffle(Shuffled.begin(), Shuffled.end(), RNGW);
DIceCfg.cpp496 Ice::RandomShuffle(Outs.begin(), Outs.end(), in getRandomPostOrder()
DIceTargetLoweringX86BaseImpl.h8452 RandomShuffle(Pool.begin(), Pool.end(),
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RandomShuffle.pbtxt2 graph_op_name: "RandomShuffle"
/external/swiftshader/third_party/subzero/unittest/
DIceELFSectionTest.cpp100 RandomShuffle(Strings.begin(), Strings.end(), RNG); in TEST()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding_test.cc1884 ops::RandomShuffle s1(scope.WithOpName("s1"), in1); in TEST_F()
1885 ops::RandomShuffle s2(scope.WithOpName("s2").WithControlDependencies({in1}), in TEST_F()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt2624 name: "RandomShuffle"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt2624 name: "RandomShuffle"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go25488 func RandomShuffle(scope *Scope, value tf.Output, optional ...RandomShuffleAttr) (output tf.Output)… func
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt22672 name: "RandomShuffle"
Dops_history.v2.pbtxt51613 name: "RandomShuffle"
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt26844 name: "RandomShuffle"

12