Home
last modified time | relevance | path

Searched refs:New64 (Results 1 – 25 of 44) sorted by relevance

12

/external/tensorflow/tensorflow/core/util/
Dguarded_philox_random.cc38 seed = random::New64(); in Init()
39 seed2 = random::New64(); in Init()
Dtensor_slice_writer.cc88 tmpname_(strings::StrCat(filename, ".tempstate", random::New64())), in TensorSliceWriter()
/external/tensorflow/tensorflow/core/kernels/data/
Drandom_seed_ops.cc89 seed = random::New64(); in Compute()
90 seed2 = random::New64(); in Compute()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl_test.cc283 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()
Dremote_mgr_test.cc52 context_id_ = random::New64(); in RemoteMgrTest()
/external/tensorflow/tensorflow/core/distributed_runtime/
Drequest_id.cc25 request_id = random::New64(); in GetUniqueRequestId()
Drpc_collective_executor_mgr.cc61 int64 step_id = random::New64(); in NewRandomStepId()
/external/tensorflow/tensorflow/core/platform/
Drandom.h26 uint64 New64();
Drandom.cc34 uint64 New64() { in New64() function
Dunbounded_work_queue_test.cc81 Env::Default()->SleepForMicroseconds(random::New64() % 10); in TEST_F()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Drandom_dataset_op.cc154 seed = random::New64(); in MakeDataset()
155 seed2 = random::New64(); in MakeDataset()
Dsampling_dataset_op.cc227 seed = random::New64(); in MakeDataset()
228 seed2 = random::New64(); in MakeDataset()
/external/tensorflow/tensorflow/core/lib/random/
Drandom_test.cc29 uint64 x = New64(); in TEST()
Dphilox_random_test_utils.h29 inline uint64 GetTestSeed() { return New64(); } in GetTestSeed()
/external/tensorflow/tensorflow/core/common_runtime/
Ddevice.cc48 da.set_incarnation(random::New64()); in BuildDeviceAttributes()
/external/tensorflow/tensorflow/core/framework/
Dfunction_handle_cache.cc27 strings::Printf("%lld", static_cast<long long>(random::New64()))) {} in FunctionHandleCache()
/external/tensorflow/tensorflow/core/platform/cloud/
Dretrying_utils.cc69 const int64 random_micros = random::New64() % 1000000; in CallWithRetries()
/external/tensorflow/tensorflow/core/kernels/
Dsdca_ops_test.cc108 return (random::New64() % 2) == 0 ? 0.0f : 1.0f; in RandomZeroOrOne()
117 return (random::New64() % 2) == 0 ? 0.0f : 1.0f; in RandomZeroOrOneMatrix()
Dfractional_avg_pool_op.cc56 seed_ = random::New64(); in FractionalAvgPoolOp()
57 seed2_ = random::New64(); in FractionalAvgPoolOp()
Dfractional_max_pool_op.cc59 seed_ = random::New64(); in FractionalMaxPoolOp()
60 seed2_ = random::New64(); in FractionalMaxPoolOp()
Drandom_shuffle_queue_op.cc100 seed = random::New64(); in RandomShuffleQueue()
101 seed2 = random::New64(); in RandomShuffleQueue()
/external/tensorflow/tensorflow/core/grappler/utils/
Dgrappler_test.h88 tensor.flat<T>()(i) = i + random::New64() % 10; in GenerateRandomTensor()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_util.cc25 return random::New64() * (1.0 / std::numeric_limits<uint64>::max()); in GenerateUniformRandomNumber()
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad_test.cc220 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/
Dcontext.h114 uint64 context_id = random::New64(); in NewContextId()
116 context_id = random::New64(); in NewContextId()

12