Searched refs:LOG (Results 1 - 25 of 2400) sorted by path

1234567891011>>

/external/bison/tests/
H A Dtestsuite[all...]
/external/ceres-solver/examples/
H A Dbal_problem.cc52 LOG(FATAL) << "Invalid UW data file.";
75 LOG(FATAL) << "Error: unable to open file " << filename;
140 LOG(FATAL) << "Error: unable to open file " << filename;
H A Dbundle_adjuster.cc152 LOG(INFO) << "Camera blocks for inner iterations";
158 LOG(INFO) << "Point blocks for inner iterations";
164 LOG(INFO) << "Camera followed by point blocks for inner iterations";
173 LOG(INFO) << "Point followed by camera blocks for inner iterations";
182 LOG(INFO) << "Choosing automatic blocks for inner iterations";
184 LOG(FATAL) << "Unknown block type for inner iterations: "
336 LOG(ERROR) << "Usage: bundle_adjustment_example --input=bal_problem";
H A Dlibmv_bundle_adjuster.cc291 LOG(FATAL) << "Problem file is stored in unknown endian type.";
324 LOG(FATAL) << "Entered non-implemented part of endian switching function.";
384 LOG(FATAL) << "Problem file contains markers stored in unknown space.";
410 LOG(INFO) << "Read " << number_of_cameras << " cameras.";
428 LOG(INFO) << "Read " << number_of_points << " points.";
443 LOG(INFO) << "Read " << number_of_markers << " markers.";
548 LOG(INFO) << "Bundling only camera positions.";
567 LOG(INFO) << "Bundling " << bundling_message << ".";
596 LOG(INFO) << text << intrinsics_output.str();
717 LOG(INF
[all...]
H A Dlibmv_homography.cc333 LOG(INFO) << "Estimated matrix after algebraic estimation:\n" << *H;
366 LOG(INFO) << "Summary:\n" << summary.FullReport();
367 LOG(INFO) << "Final refined matrix:\n" << *H;
H A Dnist.cc515 LOG(FATAL) << "Must specify the directory containing the NIST problems";
H A Dsimple_bundle_adjuster.cc103 LOG(FATAL) << "Invalid UW data file.";
/external/ceres-solver/include/ceres/
H A Dgradient_checker.h110 LOG(INFO) << "-------------------- Starting Probe() --------------------";
192 LOG(INFO) << "========== term-computed derivatives ==========";
194 LOG(INFO) << "term_computed block " << i;
195 LOG(INFO) << "\n" << results->term_jacobians[i];
198 LOG(INFO) << "========== finite-difference derivatives ==========";
200 LOG(INFO) << "finite_difference block " << i;
201 LOG(INFO) << "\n" << results->finite_difference_jacobians[i];
204 LOG(INFO) << "========== difference ==========";
206 LOG(INFO) << "difference block " << i;
207 LOG(INF
[all...]
/external/ceres-solver/include/ceres/internal/
H A Dnumeric_diff.h197 LOG(FATAL) << "Control should never reach here.";
/external/ceres-solver/internal/ceres/
H A Dblas.cc57 LOG(FATAL) << "Ceres was built without a BLAS library.";
H A Dcallbacks.cc97 LOG(FATAL) << "Unknown minimizer type.";
H A Dcgnr_solver.cc49 LOG(FATAL) << "CGNR only supports IDENTITY and JACOBI preconditioners.";
H A Dcompressed_row_sparse_matrix_test.cc186 LOG(INFO) << appendage->row_blocks().size();
H A Dcovariance_impl.cc153 LOG(ERROR) << "Unable to find covariance block for "
387 LOG(ERROR) << "SuiteSparse is required to use the "
394 LOG(ERROR) << "Unsupported covariance estimation algorithm type: "
495 LOG(ERROR) << "Jacobian matrix is rank deficient. "
621 LOG(ERROR) << "Cholesky factorization of J'J is not reliable. "
682 LOG(ERROR) << "Eigen::SparseQR decomposition failed.";
687 LOG(ERROR) << "Jacobian matrix is rank deficient. "
H A Dcxsparse.cc74 LOG(WARNING) << "Cholesky factorization failed.";
H A Ddogleg_strategy.cc322 LOG(WARNING) << "Failed to compute polynomial roots. "
348 LOG(WARNING) << "First order optimality seems to be violated "
580 LOG(ERROR) << "Unable to dump trust region problem."
657 LOG(ERROR) << "Rank of subspace basis is 0. "
675 LOG(ERROR) << "Rank of the subspace basis matrix is reported to be "
H A Dfile.cc46 LOG(FATAL) << "Couldn't write to file: " << filename;
56 LOG(FATAL) << "Couldn't read file: " << filename;
71 LOG(FATAL) << "Couldn't read all of " << filename
H A Dgradient_checking_cost_function.cc137 LOG(WARNING) << "Function evaluation failed.";
214 LOG(WARNING) << "\n" << header << m;
H A Dgradient_checking_cost_function_test.cc115 LOG(INFO) << "Poisoning jacobian for parameter block " << j
217 LOG(INFO) << "Bad gradient";
238 LOG(INFO) << "Good gradient";
H A Diterative_schur_complement_solver.cc147 LOG(FATAL) << "Unknown Preconditioner Type";
H A Dlapack.cc75 LOG(FATAL) << "Ceres was built without a BLAS library.";
86 LOG(FATAL) << "Congratulations, you found a bug in Ceres."
103 LOG(FATAL) << "Congratulations, you found a bug in Ceres."
117 LOG(FATAL) << "Ceres was built without a LAPACK library.";
138 LOG(FATAL) << "Congratulations, you found a bug in Ceres."
156 LOG(FATAL) << "Ceres was built without a LAPACK library.";
181 LOG(FATAL) << "Congratulations, you found a bug in Ceres."
H A Dlevenberg_marquardt_strategy.cc110 LOG(WARNING) << "Linear solver fatal error.";
113 LOG(WARNING) << "Linear solver failure. Failed to compute a finite step.";
130 LOG(ERROR) << "Unable to dump trust region problem."
H A Dline_search.cc208 LOG(FATAL) << "Ceres bug: No handler for interpolation_type: "
H A Dline_search_direction.cc79 LOG(FATAL) << "Unknown nonlinear conjugate gradient type: " << type_;
86 LOG(WARNING) << "Restarting non-linear conjugate gradients: "
129 LOG(WARNING) << "Numerical failure in L-BFGS update: inverse Hessian "
323 LOG(WARNING) << "Numerical failure in BFGS update: inverse Hessian "
367 LOG(ERROR) << "Unknown line search direction type: " << options.type;
H A Dlinear_least_squares_problems.cc60 LOG(FATAL) << "Unknown problem id requested " << id;
515 LOG(INFO) << "A^T: \n" << AA.transpose();
518 LOG(INFO) << "A's appended diagonal:\n"
523 LOG(INFO) << "b: \n" << ConstVectorRef(b, A->num_rows());
527 LOG(INFO) << "x: \n" << ConstVectorRef(x, A->num_cols());
552 LOG(INFO) << "writing to: " << filename_base << "*";
621 LOG(FATAL) << "Unknown DumpFormatType " << dump_format_type;

Completed in 1469 milliseconds

1234567891011>>