Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DFusedAdam.cpp25 at::TensorList state_steps, in _fused_adam_kernel_cpu_()
82 at::TensorList state_steps, in _fused_adam_kernel_cpu_()
101 at::TensorList state_steps, in _fused_adamw_kernel_cpu_()
158 at::TensorList state_steps, in _fused_adamw_kernel_cpu_()
H A DFusedAdagrad.cpp21 at::TensorList state_steps, in _fused_adagrad_kernel_cpu_()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DFusedAdamKernel.cu22 at::TensorList state_steps, in _fused_adam_kernel_cuda_()
81 at::TensorList state_steps, in _fused_adam_kernel_cuda_()
H A DFusedAdamWKernel.cu23 at::TensorList state_steps, in _fused_adamw_kernel_cuda_()
82 at::TensorList state_steps, in _fused_adamw_kernel_cuda_()
H A Dfused_adam_impl.cu16 at::TensorList state_steps, in _fused_adam_cuda_impl_()
62 at::TensorList state_steps, in _fused_adam_cuda_impl_()
H A Dfused_adamw_impl.cu17 at::TensorList state_steps, in _fused_adamw_cuda_impl_()
63 at::TensorList state_steps, in _fused_adamw_cuda_impl_()
H A Dfused_adam_amsgrad_impl.cu17 at::TensorList state_steps, in _fused_adam_amsgrad_cuda_impl_()
68 at::TensorList state_steps, in _fused_adam_amsgrad_cuda_impl_()
H A Dfused_adamw_amsgrad_impl.cu18 at::TensorList state_steps, in _fused_adamw_amsgrad_cuda_impl_()
69 at::TensorList state_steps, in _fused_adamw_amsgrad_cuda_impl_()
H A DMultiTensorApply.cuh300 at::TensorList state_steps, in multi_tensor_apply_for_fused_optimizer()
/aosp_15_r20/external/pytorch/torch/optim/
H A Drprop.py78 def _init_group(self, group, params, grads, prevs, step_sizes, state_steps): argument
H A Dadamax.py87 self, group, params_with_grad, grads, exp_avgs, exp_infs, state_steps argument
H A Dasgd.py86 def _init_group(self, group, params_with_grad, grads, mus, axs, etas, state_steps): argument
H A Dradam.py91 self, group, params_with_grad, grads, exp_avgs, exp_avg_sqs, state_steps argument
H A Drmsprop.py99 state_steps, argument
H A D_adafactor.py77 state_steps, argument
H A Dnadam.py112 state_steps, argument
H A Dadagrad.py123 def _init_group(self, group, params_with_grad, grads, state_sums, state_steps): argument
H A Dadamw.py118 state_steps, argument
H A Dadam.py122 state_steps, argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_proxy_tensor.py867 def fused_adam(params, grads, exp_avgs, exp_avg_sqs, max_exp_avg_sqs, state_steps): argument
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py3160 state_steps, argument
3186 state_steps, argument