Home
last modified time | relevance | path

Searched refs:GetRandomDevice (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Drandom.h38 inline std::mt19937 GetRandomDevice() { in GetRandomDevice() function
61 std::mt19937 random_device = GetRandomDevice(); in GetNewSeed()
Dservices.cc60 std::mt19937 gen = GetRandomDevice(); in GetUniqueID()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_task_list.cc93 std::mt19937 gen = mindspore::dataset::GetRandomDevice(); in GetRandomTaskID()
99 std::mt19937 gen = mindspore::dataset::GetRandomDevice(); in GetRandomTask()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dstorage_manager.cc79 auto mt = GetRandomDevice(); in Write()
Dcache_numa.cc113 auto mt = GetRandomDevice(); in Allocate()
Dcache_server.cc1102 auto mt = GetRandomDevice(); in GenerateSessionID()
1201 std::mt19937 gen = GetRandomDevice(); in GetWorkerByNumaId()
1210 std::mt19937 gen = GetRandomDevice(); in GetRandomWorker()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dlocal_node.cc31 : Node(id, type, weight), rnd_(GetRandomDevice()) { in LocalNode()
Dgraph_data_impl.cc34 rnd_(GetRandomDevice()), in GraphDataImpl()
816 auto random_device = GetRandomDevice(); in GenerateProbability()
843 auto random_device = GetRandomDevice(); in WalkToNextNode()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/perf/
Dcache_pipeline_run.cc368 std::shuffle(all_keys.begin(), all_keys.end(), GetRandomDevice()); in RunReadEpoch()
Dcache_perf_run.cc501 auto mt = GetRandomDevice(); in Run()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_writer.cc998 std::mt19937 g = mindspore::dataset::GetRandomDevice(); in BreakIntoShards()