Searched refs:loss_function_data (Results 1 – 2 of 2) sorted by relevance
130 void ceres_free_stock_loss_function_data(void* loss_function_data) { in ceres_free_stock_loss_function_data() argument131 delete reinterpret_cast<ceres::LossFunction*>(loss_function_data); in ceres_free_stock_loss_function_data()146 void* loss_function_data, in ceres_problem_add_residual_block() argument163 loss_function_data); in ceres_problem_add_residual_block()
101 CERES_EXPORT void ceres_free_stock_loss_function_data(void* loss_function_data);130 void* loss_function_data,