Searched refs:VLOG (Results 1 - 25 of 902) sorted by path

1234567891011>>

/external/ceres-solver/examples/
H A Dbal_problem.cc84 VLOG(1) << "Header: " << num_cameras_
238 VLOG(2) << "median: " << median.transpose();
239 VLOG(2) << "median absolute deviation: " << median_absolute_deviation;
240 VLOG(2) << "scale: " << scale;
/external/ceres-solver/internal/ceres/
H A Dblock_random_access_diagonal_matrix.cc61 VLOG(1) << "Matrix Size [" << num_cols
H A Dblock_random_access_sparse_matrix.cc75 VLOG(1) << "Matrix Size [" << num_cols
H A Dblock_sparse_matrix.cc78 VLOG(2) << "Allocating values array with "
H A Dcallbacks.cc103 VLOG(1) << output;
H A Dcanonical_views_clustering.cc94 VLOG(2) << "Canonical views clustering time (secs): "
H A Dcompressed_row_sparse_matrix.cc82 VLOG(1) << "# of rows: " << num_rows_
109 VLOG(1) << "# of rows: " << num_rows_
H A Dcompressed_row_sparse_matrix_test.cc520 VLOG(2) << "num row blocks: " << options.num_row_blocks;
521 VLOG(2) << "num col blocks: " << options.num_col_blocks;
522 VLOG(2) << "min row block size: " << options.min_row_block_size;
523 VLOG(2) << "max row block size: " << options.max_row_block_size;
524 VLOG(2) << "min col block size: " << options.min_col_block_size;
525 VLOG(2) << "max col block size: " << options.max_col_block_size;
526 VLOG(2) << "block density: " << options.block_density;
H A Dcovariance_impl.cc308 VLOG(2) << "No non-zero covariance blocks found";
H A Ddense_qr_solver.cc99 VLOG(3) << "Working memory for Dense QR factorization: "
H A Ddetect_structure.cc63 VLOG(2) << "Dynamic row block size because the block size changed from "
74 VLOG(2) << "Dynamic e block size because the block size changed from "
88 VLOG(2) << "Dynamic f block size because the block size "
107 VLOG(1) << "Schur complement static structure <"
H A Ddogleg_strategy.cc209 VLOG(3) << "GaussNewton step size: " << dogleg_step_norm_
221 VLOG(3) << "Cauchy step size: " << dogleg_step_norm_
252 VLOG(3) << "Dogleg step size: " << dogleg_step_norm_
283 VLOG(3) << "GaussNewton step size: " << dogleg_step_norm_
313 VLOG(3) << "Dogleg subspace step size (1D): " << dogleg_step_norm_
363 VLOG(3) << "Dogleg subspace step size: " << dogleg_step_norm_
593 VLOG(2) << "Increasing mu " << mu_;
H A Devaluator_test.cc125 VLOG(1) << report;
H A Diterative_schur_complement_solver.cc88 VLOG(2) << "No parameter blocks left in the schur complement.";
H A Djet_test.cc42 #define VL VLOG(1)
H A Dline_search.cc388 VLOG(3) << std::scientific << std::setprecision(kErrorMessageNumericPrecision)
504 VLOG(3) << std::scientific
519 VLOG(3) << std::scientific
536 VLOG(3) << "Bracket found: current step (" << current.x
782 VLOG(3) << "Zoom iteration: "
803 VLOG(3) << std::scientific
H A Dline_search_direction.cc214 VLOG(2) << "Skipping BFGS Update, delta_x_dot_delta_gradient too "
257 VLOG(4) << "Applying approximate_eigenvalue_scale: "
H A Dlinear_least_squares_problems.cc536 VLOG(2) << "Writing array to: " << filename;
H A Dlow_rank_inverse_hessian.cc93 VLOG(2) << "Skipping L-BFGS Update, delta_x_dot_delta_gradient too "
171 VLOG(4) << "Applying approximate_eigenvalue_scale: "
H A Dpartitioned_matrix_view.cc170 VLOG(1) << "Template specializations not found for <"
H A Dpolynomial.cc99 VLOG(3) << "Balanced companion matrix is\n" << companion_matrix;
193 VLOG(3) << "Input polynomial: " << polynomial_in.transpose();
195 VLOG(3) << "Trimmed polynomial: " << polynomial.transpose();
H A Dschur_eliminator.cc150 VLOG(1) << "Template specializations not found for <"
H A Dsolver_impl.cc187 VLOG(2) << "Initial problem: "
272 VLOG(1) << "Checking Gradients";
517 VLOG(1) << "Checking Gradients";
678 VLOG(2) << "Reduced problem: "
H A Dsystem_test.cc358 VLOG(1) << "Header: " << num_cameras_
/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h35 // VLOG(2), VLOG(N)
36 // VLOG(1),
37 // LOG(INFO), VLOG(0), LG
42 // With VLOG(n), the output is directed to one of the 5 Android log levels:
170 // use of the log macros LG, LOG, or VLOG.
189 ANDROID_LOG_INFO, // LOG(INFO), LG, VLOG(0)
190 ANDROID_LOG_DEBUG, // VLOG(1)
191 ANDROID_LOG_VERBOSE, // VLOG(2) .. VLOG(
307 # define VLOG macro
312 # define VLOG macro
[all...]

Completed in 3464 milliseconds

1234567891011>>