Searched defs:obj_func (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/torch/optim/ |
H A D | lbfgs.py | 42 obj_func, x, t, d, f, g, gtd, c1=1e-4, c2=0.9, tolerance_change=1e-9, max_ls=25 argument 441 def obj_func(x, t, d): function
|
/aosp_15_r20/external/pytorch/torch/csrc/api/src/optim/ |
H A D | lbfgs.cpp | 240 const Function& obj_func, in _strong_wolfe() 565 auto obj_func = in step() local
|