OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apply_loss_function
(Results
1 - 8
of
8
) sorted by null
/external/ceres-solver/include/ceres/
covariance.h
212
apply_loss_function
(true) {
321
// functions, setting
apply_loss_function
to false will turn off
326
bool
apply_loss_function
;
member in struct:ceres::Covariance::Options
problem.h
384
:
apply_loss_function
(true),
416
// functions, setting
apply_loss_function
to false will turn off
421
bool
apply_loss_function
;
member in struct:ceres::Problem::EvaluateOptions
/external/ceres-solver/internal/ceres/
evaluator.h
124
:
apply_loss_function
(true) {
129
bool
apply_loss_function
;
member in struct:ceres::internal::Evaluator::EvaluateOptions
residual_block.h
97
//
apply_loss_function
as the name implies allows the user to switch
99
bool Evaluate(bool
apply_loss_function
,
residual_block.cc
67
bool ResidualBlock::Evaluate(const bool
apply_loss_function
,
158
if (loss_function_ == NULL || !
apply_loss_function
) {
program_evaluator.h
211
evaluate_options.
apply_loss_function
,
covariance_impl.cc
83
evaluate_options_.
apply_loss_function
= options.
apply_loss_function
;
problem_impl.cc
739
evaluator_evaluate_options.
apply_loss_function
=
740
evaluate_options.
apply_loss_function
;
[
all
...]
Completed in 261 milliseconds