Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/cuda/
Dfused_adam_utils.cuh37 const opmath_t& bias_correction1, in adam_math()
134 const auto bias_correction1 = 1 - at::native::pow_(beta1, *step_count); in operator ()() local
/external/pytorch/aten/src/ATen/native/cpu/
DFusedAdamKernel.cpp25 double bias_correction1, in adam_math()
168 double bias_correction1, in adam_math()
290 double bias_correction1 = 1 - std::pow(beta1, step); in adam_fused_step_impl() local
/external/pytorch/torch/csrc/api/src/optim/
Dadamw.cpp120 auto bias_correction1 = 1 - std::pow(beta1, state.step()); in step() local
Dadam.cpp115 auto bias_correction1 = 1 - std::pow(beta1, state.step()); in step() local