OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cost_function_ownership
(Results
1 - 5
of
5
) sorted by null
/external/ceres-solver/internal/ceres/
solver_impl_test.cc
77
problem_options.
cost_function_ownership
= DO_NOT_TAKE_OWNERSHIP;
gradient_checking_cost_function.cc
249
gradient_checking_problem_options.
cost_function_ownership
= TAKE_OWNERSHIP;
solver_test.cc
91
problem_options.
cost_function_ownership
= DO_NOT_TAKE_OWNERSHIP;
problem_impl.cc
182
if (options_.
cost_function_ownership
== TAKE_OWNERSHIP &&
[
all
...]
/external/ceres-solver/include/ceres/
problem.h
125
:
cost_function_ownership
(TAKE_OWNERSHIP),
138
Ownership
cost_function_ownership
;
member in struct:ceres::Problem::Options
Completed in 2138 milliseconds