/external/tensorflow/tensorflow/core/util/ |
D | guarded_philox_random.cc | 38 seed = random::New64(); in Init() 39 seed2 = random::New64(); in Init()
|
D | tensor_slice_writer.cc | 88 tmpname_(strings::StrCat(filename, ".tempstate", random::New64())), in TensorSliceWriter()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | random_seed_ops.cc | 89 seed = random::New64(); in Compute() 90 seed2 = random::New64(); in Compute()
|
/external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
D | eager_service_impl_test.cc | 283 uint64 context_id = random::New64(); in TEST_F() 365 uint64 context_id = random::New64(); in TestFunction() 449 context_id_ = random::New64(); in FunctionWithRemoteInputsTest() 647 uint64 context_id = random::New64(); in TEST_F() 718 const uint64 context_id = random::New64(); in TEST_F() 759 uint64 context_id = random::New64(); in TEST_F() 784 uint64 new_context_id = random::New64(); in TEST_F()
|
D | remote_mgr_test.cc | 52 context_id_ = random::New64(); in RemoteMgrTest()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | request_id.cc | 25 request_id = random::New64(); in GetUniqueRequestId()
|
D | rpc_collective_executor_mgr.cc | 61 int64 step_id = random::New64(); in NewRandomStepId()
|
/external/tensorflow/tensorflow/core/platform/ |
D | random.h | 26 uint64 New64();
|
D | random.cc | 34 uint64 New64() { in New64() function
|
D | unbounded_work_queue_test.cc | 81 Env::Default()->SleepForMicroseconds(random::New64() % 10); in TEST_F()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | random_dataset_op.cc | 154 seed = random::New64(); in MakeDataset() 155 seed2 = random::New64(); in MakeDataset()
|
D | sampling_dataset_op.cc | 227 seed = random::New64(); in MakeDataset() 228 seed2 = random::New64(); in MakeDataset()
|
/external/tensorflow/tensorflow/core/lib/random/ |
D | random_test.cc | 29 uint64 x = New64(); in TEST()
|
D | philox_random_test_utils.h | 29 inline uint64 GetTestSeed() { return New64(); } in GetTestSeed()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | device.cc | 48 da.set_incarnation(random::New64()); in BuildDeviceAttributes()
|
/external/tensorflow/tensorflow/core/framework/ |
D | function_handle_cache.cc | 27 strings::Printf("%lld", static_cast<long long>(random::New64()))) {} in FunctionHandleCache()
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | retrying_utils.cc | 69 const int64 random_micros = random::New64() % 1000000; in CallWithRetries()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sdca_ops_test.cc | 108 return (random::New64() % 2) == 0 ? 0.0f : 1.0f; in RandomZeroOrOne() 117 return (random::New64() % 2) == 0 ? 0.0f : 1.0f; in RandomZeroOrOneMatrix()
|
D | fractional_avg_pool_op.cc | 56 seed_ = random::New64(); in FractionalAvgPoolOp() 57 seed2_ = random::New64(); in FractionalAvgPoolOp()
|
D | fractional_max_pool_op.cc | 59 seed_ = random::New64(); in FractionalMaxPoolOp() 60 seed2_ = random::New64(); in FractionalMaxPoolOp()
|
D | random_shuffle_queue_op.cc | 100 seed = random::New64(); in RandomShuffleQueue() 101 seed2 = random::New64(); in RandomShuffleQueue()
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | grappler_test.h | 88 tensor.flat<T>()(i) = i + random::New64() % 10; in GenerateRandomTensor()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_util.cc | 25 return random::New64() * (1.0 / std::numeric_limits<uint64>::max()); in GenerateUniformRandomNumber()
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | math_grad_test.cc | 220 return v[random::New64() % v.size()]; in RV() 224 return v[random::New64() % v.size()]; in CRV() 625 const int b = 1 + (random::New64() % 4); in RandMatMulShapes() 662 int Rand() { return 1 + (random::New64() % 10); } in Rand()
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | context.h | 114 uint64 context_id = random::New64(); in NewContextId() 116 context_id = random::New64(); in NewContextId()
|