Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/src/optim/
H A Dlbfgs.cpp246 const Tensor& gtd, in _strong_wolfe()
552 auto gtd = flat_grad.dot(d); // g * d in step() local
/aosp_15_r20/external/pytorch/torch/optim/
H A Dlbfgs.py42 obj_func, x, t, d, f, g, gtd, c1=1e-4, c2=0.9, tolerance_change=1e-9, max_ls=25 argument