Home
last modified time | relevance | path

Searched refs:TAKE_OWNERSHIP (Results 1 – 14 of 14) sorted by relevance

/external/ceres-solver/internal/ceres/
Dloss_function_test.cc155 ScaledLoss scaled_loss(NULL, 6, TAKE_OWNERSHIP); in TEST()
159 ScaledLoss scaled_loss(new TrivialLoss(), 10, TAKE_OWNERSHIP); in TEST()
163 ScaledLoss scaled_loss(new HuberLoss(0.7), 0.1, TAKE_OWNERSHIP); in TEST()
167 ScaledLoss scaled_loss(new SoftLOneLoss(1.3), 0.1, TAKE_OWNERSHIP); in TEST()
171 ScaledLoss scaled_loss(new CauchyLoss(1.3), 10, TAKE_OWNERSHIP); in TEST()
175 ScaledLoss scaled_loss(new ArctanLoss(1.3), 10, TAKE_OWNERSHIP); in TEST()
180 new TolerantLoss(1.3, 0.1), 10, TAKE_OWNERSHIP); in TEST()
186 new HuberLoss(0.8), TAKE_OWNERSHIP, in TEST()
187 new TolerantLoss(1.3, 0.5), TAKE_OWNERSHIP), 10, TAKE_OWNERSHIP); in TEST()
196 TAKE_OWNERSHIP); in TEST()
[all …]
Dnumeric_diff_cost_function_test.cc82 new EasyCostFunction, TAKE_OWNERSHIP)); in TEST()
95 new EasyCostFunction, TAKE_OWNERSHIP)); in TEST()
134 new TranscendentalCostFunction, TAKE_OWNERSHIP)); in TEST()
147 new TranscendentalCostFunction, TAKE_OWNERSHIP)); in TEST()
172 new SizeTestingCostFunction<1,1>, ceres::TAKE_OWNERSHIP)); in TEST()
176 new SizeTestingCostFunction<2,1>, ceres::TAKE_OWNERSHIP)); in TEST()
180 new SizeTestingCostFunction<1,2>, ceres::TAKE_OWNERSHIP)); in TEST()
184 new SizeTestingCostFunction<2,2>, ceres::TAKE_OWNERSHIP)); in TEST()
195 new EasyFunctor, TAKE_OWNERSHIP, 3)); in TEST()
Dconditioned_cost_function.cc70 if (ownership_ == TAKE_OWNERSHIP) { in ~ConditionedCostFunction()
Dconditioned_cost_function_test.cc97 TAKE_OWNERSHIP); in TEST()
Dproblem_impl.cc182 if (options_.cost_function_ownership == TAKE_OWNERSHIP && in DeleteBlock()
187 if (options_.loss_function_ownership == TAKE_OWNERSHIP && in DeleteBlock()
201 if (options_.local_parameterization_ownership == TAKE_OWNERSHIP && in DeleteBlock()
Dgradient_checking_cost_function.cc249 gradient_checking_problem_options.cost_function_ownership = TAKE_OWNERSHIP; in CreateGradientCheckingProblemImpl()
/external/ceres-solver/include/ceres/
Dproblem.h125 : cost_function_ownership(TAKE_OWNERSHIP), in Options()
126 loss_function_ownership(TAKE_OWNERSHIP), in Options()
127 local_parameterization_ownership(TAKE_OWNERSHIP), in Options()
Dnumeric_diff_cost_function.h193 Ownership ownership = TAKE_OWNERSHIP,
208 if (ownership_ != TAKE_OWNERSHIP) { in ~NumericDiffCostFunction()
Ddynamic_numeric_diff_cost_function.h79 Ownership ownership = TAKE_OWNERSHIP,
87 if (ownership_ != TAKE_OWNERSHIP) { in ~DynamicNumericDiffCostFunction()
Dnumeric_diff_functor.h127 TAKE_OWNERSHIP, in functor_() argument
139 TAKE_OWNERSHIP, in functor_() argument
Dtypes.h57 TAKE_OWNERSHIP enumerator
/external/llvm/include/llvm/Support/
Dcircular_raw_ostream.h32 static const bool TAKE_OWNERSHIP = true;
/external/chromium_org/third_party/cld/base/
Dbasictypes.h262 TAKE_OWNERSHIP enumerator
/external/ceres-solver/docs/source/
Dmodeling.rst466 TAKE_OWNERSHIP, | | |
519 new MyCostFunction(...), TAKE_OWNERSHIP);
978 LossFunctionWrapper* loss_function(new HuberLoss(1.0), TAKE_OWNERSHIP);
985 loss_function->Reset(new HuberLoss(1.0), TAKE_OWNERSHIP);