Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DFusedSgdKernel.cu16 const double weight_decay, in sgd_math()
149 const double weight_decay, in _fused_sgd_with_momentum_kernel_cuda_()
195 const double weight_decay, in _fused_sgd_with_momentum_kernel_cuda_()
271 const double weight_decay, in _fused_sgd_kernel_cuda_()
335 const double weight_decay, in _fused_sgd_kernel_cuda_()
H A DFusedAdamKernel.cu26 const double weight_decay, in _fused_adam_kernel_cuda_()
85 const double weight_decay, in _fused_adam_kernel_cuda_()
H A DFusedAdamWKernel.cu27 const double weight_decay, in _fused_adamw_kernel_cuda_()
86 const double weight_decay, in _fused_adamw_kernel_cuda_()
H A Dfused_adam_impl.cu20 const double weight_decay, in _fused_adam_cuda_impl_()
66 const double weight_decay, in _fused_adam_cuda_impl_()
H A Dfused_adamw_impl.cu21 const double weight_decay, in _fused_adamw_cuda_impl_()
67 const double weight_decay, in _fused_adamw_cuda_impl_()
H A Dfused_adam_amsgrad_impl.cu21 const double weight_decay, in _fused_adam_amsgrad_cuda_impl_()
72 const double weight_decay, in _fused_adam_amsgrad_cuda_impl_()
H A Dfused_adamw_amsgrad_impl.cu22 const double weight_decay, in _fused_adamw_amsgrad_cuda_impl_()
73 const double weight_decay, in _fused_adamw_amsgrad_cuda_impl_()
H A Dfused_adam_utils.cuh32 const double& weight_decay, in adam_math()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DFusedAdam.cpp29 const double weight_decay, in _fused_adam_kernel_cpu_()
86 const double weight_decay, in _fused_adam_kernel_cpu_()
105 const double weight_decay, in _fused_adamw_kernel_cpu_()
162 const double weight_decay, in _fused_adamw_kernel_cpu_()
H A DFusedSGD.cpp22 const double weight_decay, in _fused_sgd_kernel_cpu_()
67 const double weight_decay, in _fused_sgd_kernel_cpu_()
H A DFusedAdagrad.cpp24 const double weight_decay, in _fused_adagrad_kernel_cpu_()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DFusedAdagradKernel.cpp24 const double weight_decay, in adagrad_math()
93 const double weight_decay, in adagrad_math()
147 const double weight_decay, in adagrad_fused_step_impl()
194 const double weight_decay, in fused_adagrad_kernel()
H A DFusedSGDKernel.cpp22 const double weight_decay, in sgd_math()
114 const double weight_decay, in sgd_math()
189 const double weight_decay, in sgd_fused_step_impl()
239 const double weight_decay, in fused_sgd_kernel()
H A DFusedAdamKernel.cpp31 double weight_decay, in adam_math()
174 double weight_decay, in adam_math()
276 const double weight_decay, in adam_fused_step_impl()
347 const double weight_decay, in fused_adam_kernel()
/aosp_15_r20/external/executorch/extension/training/optimizer/
H A Dsgd.h111 double weight_decay() const { in weight_decay() function
H A Dsgd.cpp88 auto weight_decay = options.weight_decay(); in step() local
/aosp_15_r20/external/executorch/extension/training/pybindings/
H A D_training_lib.cpp128 double weight_decay = 0, in get_sgd_optimizer()
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/train/optim/
H A Dsgd.cpp88 auto weight_decay = options.weight_decay(); in step() local
/aosp_15_r20/external/pytorch/torch/csrc/api/src/optim/
H A Dsgd.cpp71 auto weight_decay = options.weight_decay(); in step() local
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py3165 weight_decay, argument
3191 weight_decay, argument