HomeSort by relevance Sort by last modified time
    Searched refs:RandomSeed (Results 1 - 25 of 30) sorted by null

1 2

  /external/tensorflow/tensorflow/core/platform/
test.cc 30 int RandomSeed() { return FLAGS_test_random_seed; }
48 int RandomSeed() {
test.h 50 int RandomSeed();
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Rand/
CryptRandNull.c 34 RandomSeed (
CryptRand.c 42 RandomSeed (
CryptRandItc.c 38 RandomSeed (
CryptRandTsc.c 38 RandomSeed (
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Rand/
CryptRandNull.c 34 RandomSeed (
  /device/linaro/bootloader/edk2/CryptoPkg/Application/Cryptest/
RandVerify.c 44 Status = RandomSeed (SeedString, sizeof (SeedString));
Cryptest.c 39 RandomSeed (NULL, 0);
  /external/swiftshader/third_party/subzero/unittest/
IceELFSectionTest.cpp 95 const uint64_t RandomSeed = 12345; // arbitrary value for now
96 RandomNumberGenerator R(RandomSeed);
  /external/tensorflow/tensorflow/core/lib/random/
weighted_picker_test.cc 37 PhiloxRandom philox(testing::RandomSeed(), 17);
93 PhiloxRandom philox(testing::RandomSeed() + 1, 17);
108 PhiloxRandom philox(testing::RandomSeed() + 10, 17);
distribution_sampler_test.cc 39 PhiloxRandom philox(testing::RandomSeed(), 17);
  /external/tensorflow/tensorflow/core/lib/io/
table_test.cc 423 random::PhiloxRandom philox(testing::RandomSeed() + 1, 17);
452 random::PhiloxRandom philox(testing::RandomSeed() + 1, 17);
462 random::PhiloxRandom philox(testing::RandomSeed() + 2, 17);
472 random::PhiloxRandom philox(testing::RandomSeed() + 3, 17);
484 random::PhiloxRandom philox(testing::RandomSeed() + 3, 17);
497 random::PhiloxRandom philox(testing::RandomSeed() + 4, 17);
507 random::PhiloxRandom philox(testing::RandomSeed() + 5, 17);
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptPkcs7Sign.c 110 RandomSeed (NULL, 0);
  /device/linaro/bootloader/edk2/CryptoPkg/Library/TlsLib/
TlsInit.c 48 RandomSeed (NULL, 0);
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecDriver.c 585 RandomSeed (NULL, 0);
IpSecCryptIo.c 789 RandomSeed (NULL, 0);
  /external/v8/tools/
run-tests.py 377 def RandomSeed():
566 options.random_seed = RandomSeed()
848 yield ["--random-seed=%d" % RandomSeed()]
    [all...]
  /external/tensorflow/tensorflow/core/framework/
rendezvous_test.cc 172 random::PhiloxRandom philox(testing::RandomSeed(), 17);
  /device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
BaseCryptLib.h     [all...]
  /external/tensorflow/tensorflow/compiler/jit/graphcycles/
graphcycles_test.cc 206 std::mt19937 rnd(tensorflow::testing::RandomSeed() + 1);
  /external/tensorflow/tensorflow/core/distributed_runtime/
executor_test.cc 213 random::PhiloxRandom philox(testing::RandomSeed(), 17);
  /external/tensorflow/tensorflow/core/kernels/
quantization_utils_test.cc 235 random::PhiloxRandom philox(testing::RandomSeed(), 17);
287 random::PhiloxRandom philox(testing::RandomSeed(), 17);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
fusion_test.cc 262 const int seed = tensorflow::testing::RandomSeed();
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]

Completed in 557 milliseconds

1 2