Home
last modified time | relevance | path

Searched refs:NewLossFunction (Results 1 – 3 of 3) sorted by relevance

/external/ceres-solver/examples/
Dfields_of_experts.h119 ceres::LossFunction* NewLossFunction(int alpha_index) const;
Dfields_of_experts.cc146 ceres::LossFunction* FieldsOfExperts::NewLossFunction(int alpha_index) const { in NewLossFunction() function in ceres::examples::FieldsOfExperts
Ddenoising.cc110 loss_function[alpha_index] = foe.NewLossFunction(alpha_index); in CreateProblem()