Home
last modified time | relevance | path

Searched refs:cost_function_ownership (Results 1 – 5 of 5) sorted by relevance

/external/ceres-solver/include/ceres/
Dproblem.h125 : cost_function_ownership(TAKE_OWNERSHIP), in Options()
138 Ownership cost_function_ownership; member
/external/ceres-solver/internal/ceres/
Dsolver_impl_test.cc77 problem_options.cost_function_ownership = DO_NOT_TAKE_OWNERSHIP; in TEST()
Dgradient_checking_cost_function.cc249 gradient_checking_problem_options.cost_function_ownership = TAKE_OWNERSHIP; in CreateGradientCheckingProblemImpl()
Dsolver_test.cc91 problem_options.cost_function_ownership = DO_NOT_TAKE_OWNERSHIP; in TEST()
Dproblem_impl.cc182 if (options_.cost_function_ownership == TAKE_OWNERSHIP && in DeleteBlock()