HomeSort by relevance Sort by last modified time
    Searched refs:NewLossFunction (Results 1 - 3 of 3) sorted by null

  /external/ceres-solver/examples/
fields_of_experts.h 90 // NewLossFunction.
119 ceres::LossFunction* NewLossFunction(int alpha_index) const;
fields_of_experts.cc 146 ceres::LossFunction* FieldsOfExperts::NewLossFunction(int alpha_index) const {
denoising.cc 110 loss_function[alpha_index] = foe.NewLossFunction(alpha_index);

Completed in 37 milliseconds