Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DDistributions.cu151 PhiloxCudaState rng_engine_inputs; in launch_poisson_cuda_kernel() local
164 PhiloxCudaState rng_engine_inputs; in launch_binomial_cuda_kernel() local
177 PhiloxCudaState rng_engine_inputs; in launch_gamma_kernel() local
H A DDropout.cu227 const PhiloxCudaState rng_engine_inputs, in launcher()
352 PhiloxCudaState rng_engine_inputs; in dropout_cuda() local
H A DDistributionTemplates.h130 PhiloxCudaState rng_engine_inputs; in distribution_nullary_kernel() local
627 PhiloxCudaState rng_engine_inputs; in bernoulli_kernel() local
H A DRandperm.cuh46 at::PhiloxCudaState rng_engine_inputs; in randperm_handle_duplicate_keys() local
H A DRreluWithNoise.cu92 PhiloxCudaState rng_engine_inputs; in _rrelu_with_noise_cuda_train() local
H A DMultinomialKernel.cu419 PhiloxCudaState rng_engine_inputs; in multinomial_with_replacement_kernel_impl() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/
H A Dattention.cu1338 at::PhiloxCudaState rng_engine_inputs, in rand_uniform_kernel()
1400 at::PhiloxCudaState rng_engine_inputs; in _fill_mem_eff_dropout_mask_() local
H A Dattention_backward.cu395 at::PhiloxCudaState rng_engine_inputs; in _efficient_attention_backward() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/
H A Dkernel_forward.h192 at::PhiloxCudaState rng_engine_inputs = at::PhiloxCudaState(0, 0); member
H A Dkernel_backward.h677 at::PhiloxCudaState rng_engine_inputs = {0, 0}; member