HomeSort by relevance Sort by last modified time
    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 451 milliseconds