Searched refs:NewLossFunction (Results 1 – 3 of 3) sorted by relevance
119 ceres::LossFunction* NewLossFunction(int alpha_index) const;
146 ceres::LossFunction* FieldsOfExperts::NewLossFunction(int alpha_index) const { in NewLossFunction() function in ceres::examples::FieldsOfExperts
110 loss_function[alpha_index] = foe.NewLossFunction(alpha_index); in CreateProblem()