HomeSort by relevance Sort by last modified time
    Searched refs:Randomized (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceRegAlloc.h 36 void scan(const SmallBitVector &RegMask, bool Randomized);
110 bool Randomized);
IceRegAlloc.cpp 784 bool Randomized) {
787 if (Randomized) {
805 if (Randomized && Item->hasRegTmp() && !Item->hasReg()) {
836 void LinearScan::scan(const SmallBitVector &RegMaskFull, bool Randomized) {
844 if (Randomized) {
    [all...]
IceTargetLoweringX8632Traits.h     [all...]
IceTargetLoweringX8664Traits.h     [all...]
  /external/tensorflow/tensorflow/core/lib/random/
weighted_picker_test.cc 107 TEST(WeightedPicker, Randomized) {
  /external/tensorflow/tensorflow/core/framework/
tensor_shape_test.cc 203 // preserved here in the unittest to allow us to have a randomized unittest
504 TEST(TensorShapeTest, Randomized) {
505 // We do a randomized test to verify that the behavior of the
  /external/tensorflow/tensorflow/core/lib/io/
table_test.cc 504 TEST_F(Harness, Randomized) {

Completed in 405 milliseconds