Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/src/optim/schedulers/
H A Dstep_lr.cpp6 StepLR::StepLR( in StepLR() function in torch::optim::StepLR
/aosp_15_r20/external/pytorch/torch/optim/
H A Dlr_scheduler.py489 class StepLR(LRScheduler): class