Lines Matching full:loss_function
796 ``include/ceres/loss_function.h``.
883 LossFunctionWrapper* loss_function(new HuberLoss(1.0), TAKE_OWNERSHIP);
884 problem.AddResidualBlock(cost_function, loss_function, parameters);
890 loss_function->Reset(new HuberLoss(1.0), TAKE_OWNERSHIP);
1169 detected. ``loss_function`` can be ``NULL``, in which case the cost
1204 ``cost_function``, ``loss_function`` and ``local_parameterization``
1211 and ``loss_function``, it does not preclude the user from re-using
1213 delete on each ``cost_function`` or ``loss_function`` pointer only
1216 .. function:: ResidualBlockId Problem::AddResidualBlock(CostFunction* cost_function, LossFunction* loss_function, const vector<double*> parameter_blocks)
1222 program aborts if a mismatch is detected. loss_function can be
1233 cost_function and loss_function pointers. These objects remain
1239 and loss_function, it does not preclude the user from re-using
1241 delete on each cost_function or loss_function pointer only once,