Home
last modified time | relevance | path

Searched defs:hessian (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/device/google/contexthub/firmware/os/algos/common/math/
Dlevenberg_marquardt.c217 float *hessian) { in computeResidualAndGradients()
254 bool computeStep(const float *gradient, float *hessian, float *L, in computeStep()
Dlevenberg_marquardt.h78 float hessian[MAX_LM_STATE_DIMENSION * MAX_LM_STATE_DIMENSION]; member
/aosp_15_r20/external/pytorch/torch/_functorch/
H A Ddeprecated.py128 def hessian(func, argnums=0): function
H A Deager_transforms.py1354 def hessian(func, argnums=0): function
/aosp_15_r20/external/pytorch/torch/autograd/
H A Dfunctional.py832 def hessian( function
/aosp_15_r20/external/pytorch/benchmarks/functional_autograd_benchmark/
H A Dfunctional_autograd_benchmark.py97 def hessian(model, inp, v=None, strict=None): function