Home
last modified time | relevance | path

Searched defs:CPUGeneratorImplStateLegacy (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DCPUGeneratorImpl.cpp18 struct CPUGeneratorImplStateLegacy { struct
20 uint64_t the_initial_seed;
21 int left; /* = 1; */
22 int seeded; /* = 0; */
23 uint64_t next;
25 uint64_t state[at::MERSENNE_STATE_N]; /* the array for the state vector */
30 double normal_x;
31 double normal_y;
32 double normal_rho;
33 int normal_is_valid; /* = 0; */