Searched refs:kSeed (Results 1 - 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
H A Ddropout_utils_test.cc38 const uint32 kSeed = 123; member in namespace:tensorflow::boosted_trees::utils::__anon25828
65 TF_EXPECT_OK(DropoutUtils::DropOutTrees(kSeed, config, trees_not_to_drop,
79 TF_EXPECT_OK(DropoutUtils::DropOutTrees(kSeed, config, trees_not_to_drop,
132 TF_EXPECT_OK(DropoutUtils::DropOutTrees(kSeed, config, trees_not_to_drop,
153 TF_EXPECT_OK(DropoutUtils::DropOutTrees(kSeed, config, trees_not_to_drop,
171 TF_EXPECT_OK(DropoutUtils::DropOutTrees(kSeed, config, trees_not_to_drop,
202 kSeed + 1, config, trees_not_to_drop, weights_, &dropped_trees_1,
205 kSeed + 2, config, trees_not_to_drop, weights_, &dropped_trees_2,
225 TF_EXPECT_OK(DropoutUtils::DropOutTrees(kSeed, config, trees_not_to_drop,
228 TF_EXPECT_OK(DropoutUtils::DropOutTrees(kSeed, confi
[all...]
/external/boringssl/src/crypto/fipsmodule/rand/
H A Dctrdrbg_test.cc26 const uint8_t kSeed[CTR_DRBG_ENTROPY_LEN] = { local
34 ASSERT_TRUE(CTR_DRBG_init(&drbg, kSeed, nullptr, 0));
64 const uint8_t kSeed[CTR_DRBG_ENTROPY_LEN] = {0}; local
67 ASSERT_TRUE(CTR_DRBG_init(&drbg, kSeed, nullptr, 0));
/external/skqp/tests/
H A DStreamTest.cpp362 const static int kSeed = 1234; local
363 SkRandom valueSource(kSeed);
364 SkRandom rand(kSeed << 1);
381 valueSource.setSeed(kSeed); // reseed.
/external/dng_sdk/source/
H A Ddng_utils.cpp398 const uint32 kSeed = 1; local
404 uint32 seed = kSeed;
/external/skia/tests/
H A DStreamTest.cpp365 const static int kSeed = 1234; local
366 SkRandom valueSource(kSeed);
367 SkRandom rand(kSeed << 1);
384 valueSource.setSeed(kSeed); // reseed.
/external/skia/samplecode/
H A DSampleFilterFuzz.cpp51 static const uint32_t kSeed = (uint32_t)(time(nullptr)); variable
52 static SkRandom gRand(kSeed);
760 printf("Fuzzing with %u\n", kSeed);
/external/skqp/samplecode/
H A DSampleFilterFuzz.cpp51 static const uint32_t kSeed = (uint32_t)(time(nullptr)); variable
52 static SkRandom gRand(kSeed);
760 printf("Fuzzing with %u\n", kSeed);
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc537 const int kSeed = 123; local
542 testing::internal::Random random(kSeed);
547 random.Reseed(kSeed);
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc671 const int kSeed = 123; local
676 testing::internal::Random random(kSeed);
681 random.Reseed(kSeed);
/external/googletest/googletest/test/
H A Dgtest_unittest.cc737 const int kSeed = 123; local
742 testing::internal::Random random(kSeed);
747 random.Reseed(kSeed);
/external/v8/testing/gtest/test/
H A Dgtest_unittest.cc737 const int kSeed = 123; local
742 testing::internal::Random random(kSeed);
747 random.Reseed(kSeed);
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_unittest.cc744 const int kSeed = 123; local
749 testing::internal::Random random(kSeed);
754 random.Reseed(kSeed);

Completed in 509 milliseconds