Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/optim/
H A Dadamw.h20 struct TORCH_API AdamWOptions : public OptimizerCloneableOptions<AdamWOptions> { struct
33 const AdamWOptions& lhs, argument
/aosp_15_r20/external/pytorch/torch/csrc/api/src/optim/
H A Dadamw.cpp17 AdamWOptions::AdamWOptions(double lr) : lr_(lr) {} in AdamWOptions() function in torch::optim::AdamWOptions