OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TAKE_OWNERSHIP
(Results
1 - 12
of
12
) 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
82
new EasyCostFunction,
TAKE_OWNERSHIP
));
95
new EasyCostFunction,
TAKE_OWNERSHIP
));
134
new TranscendentalCostFunction,
TAKE_OWNERSHIP
));
147
new TranscendentalCostFunction,
TAKE_OWNERSHIP
));
172
new SizeTestingCostFunction<1,1>, ceres::
TAKE_OWNERSHIP
));
176
new SizeTestingCostFunction<2,1>, ceres::
TAKE_OWNERSHIP
));
180
new SizeTestingCostFunction<1,2>, ceres::
TAKE_OWNERSHIP
));
184
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
162
if (options_.cost_function_ownership ==
TAKE_OWNERSHIP
&&
167
if (options_.loss_function_ownership ==
TAKE_OWNERSHIP
&&
181
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
124
: cost_function_ownership(
TAKE_OWNERSHIP
),
125
loss_function_ownership(
TAKE_OWNERSHIP
),
126
local_parameterization_ownership(
TAKE_OWNERSHIP
),
132
// the Problem. If set to
TAKE_OWNERSHIP
, then the problem object
numeric_diff_cost_function.h
141
// new MyCostFunction(...),
TAKE_OWNERSHIP
);
182
ownership_(
TAKE_OWNERSHIP
),
193
if (ownership_ !=
TAKE_OWNERSHIP
) {
types.h
52
// of a passed in argument. If
TAKE_OWNERSHIP
is passed, the called
57
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/chromium_org/third_party/cld/base/
basictypes.h
258
// of a passed in argument. If
TAKE_OWNERSHIP
is passed, the called
262
TAKE_OWNERSHIP
Completed in 214 milliseconds