OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dump_format_type
(Results
1 - 6
of
6
) sorted by null
/external/ceres-solver/internal/ceres/
trust_region_strategy.h
90
dump_format_type
(TEXTFILE) {
96
// If non-empty and
dump_format_type
is not CONSOLE, the trust
98
// name starting with dump_filename_base. If
dump_format_type
is
102
DumpFormatType
dump_format_type
;
member in struct:ceres::internal::TrustRegionStrategy::PerSolveOptions
linear_least_squares_problems.h
73
// depends on
dump_format_type
.
75
DumpFormatType
dump_format_type
,
levenberg_marquardt_strategy.cc
120
if (per_solve_options.
dump_format_type
== CONSOLE ||
121
(per_solve_options.
dump_format_type
!= CONSOLE &&
124
per_solve_options.
dump_format_type
,
dogleg_strategy.cc
570
if (per_solve_options.
dump_format_type
== CONSOLE ||
571
(per_solve_options.
dump_format_type
!= CONSOLE &&
574
per_solve_options.
dump_format_type
,
linear_least_squares_problems.cc
606
DumpFormatType
dump_format_type
,
612
switch (
dump_format_type
) {
621
LOG(FATAL) << "Unknown DumpFormatType " <<
dump_format_type
;
trust_region_minimizer.cc
287
per_solve_options.
dump_format_type
=
294
per_solve_options.
dump_format_type
= TEXTFILE;
Completed in 121 milliseconds