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

  /external/ceres-solver/internal/ceres/
loss_function_test.cc 155 ScaledLoss scaled_loss(NULL, 6, TAKE_OWNERSHIP);
159 ScaledLoss scaled_loss(new TrivialLoss(), 10, TAKE_OWNERSHIP);
163 ScaledLoss scaled_loss(new HuberLoss(0.7), 0.1, TAKE_OWNERSHIP);
167 ScaledLoss scaled_loss(new SoftLOneLoss(1.3), 0.1, TAKE_OWNERSHIP);
171 ScaledLoss scaled_loss(new CauchyLoss(1.3), 10, TAKE_OWNERSHIP);
175 ScaledLoss scaled_loss(new ArctanLoss(1.3), 10, TAKE_OWNERSHIP);
180 new TolerantLoss(1.3, 0.1), 10, TAKE_OWNERSHIP);
186 new HuberLoss(0.8), TAKE_OWNERSHIP,
187 new TolerantLoss(1.3, 0.5), TAKE_OWNERSHIP), 10, TAKE_OWNERSHIP);
    [all...]
numeric_diff_cost_function_test.cc 84 new TestCostFunction, TAKE_OWNERSHIP));
92 new TestCostFunction, TAKE_OWNERSHIP));
165 new TranscendentalTestCostFunction, TAKE_OWNERSHIP));
173 new TranscendentalTestCostFunction, TAKE_OWNERSHIP));
255 new SizeTestingCostFunction<1,1>, ceres::TAKE_OWNERSHIP));
259 new SizeTestingCostFunction<2,1>, ceres::TAKE_OWNERSHIP));
263 new SizeTestingCostFunction<1,2>, ceres::TAKE_OWNERSHIP));
267 new SizeTestingCostFunction<2,2>, ceres::TAKE_OWNERSHIP));
conditioned_cost_function.cc 70 if (ownership_ == TAKE_OWNERSHIP) {
conditioned_cost_function_test.cc 97 TAKE_OWNERSHIP);
problem_impl.cc 139 if (options_.cost_function_ownership == TAKE_OWNERSHIP) {
143 if (options_.loss_function_ownership == TAKE_OWNERSHIP) {
156 if (options_.local_parameterization_ownership == TAKE_OWNERSHIP) {
gradient_checking_cost_function.cc 239 gradient_checking_problem_options.cost_function_ownership = TAKE_OWNERSHIP;
  /external/ceres-solver/include/ceres/
problem.h 123 : cost_function_ownership(TAKE_OWNERSHIP),
124 loss_function_ownership(TAKE_OWNERSHIP),
125 local_parameterization_ownership(TAKE_OWNERSHIP) {}
129 // the Problem. If set to TAKE_OWNERSHIP, then the problem object
types.h 50 // of a passed in argument. If TAKE_OWNERSHIP is passed, the called
55 TAKE_OWNERSHIP
numeric_diff_cost_function.h 49 // new MyCostFunction(...), TAKE_OWNERSHIP);
211 if (ownership_ != TAKE_OWNERSHIP) {
  /external/ceres-solver/examples/
quadratic_numeric_diff.cc 75 new ResidualWithNoDerivative, ceres::TAKE_OWNERSHIP);
  /external/llvm/include/llvm/Support/
circular_raw_ostream.h 28 /// TAKE_OWNERSHIP - Tell this stream that it owns the underlying
32 static const bool TAKE_OWNERSHIP = true;
  /external/chromium/base/
basictypes.h 266 // of a passed in argument. If TAKE_OWNERSHIP is passed, the called
270 TAKE_OWNERSHIP
  /external/ceres-solver/docs/
modeling.tex 169 new MyCostFunction(...), TAKE_OWNERSHIP);

Completed in 1319 milliseconds