OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_linear_solver_threads
(Results
1 - 5
of
5
) sorted by null
/external/ceres-solver/include/ceres/
solver.h
120
num_linear_solver_threads
= 1;
429
int
num_linear_solver_threads
;
member in struct:ceres::Solver::Options
[
all
...]
/external/ceres-solver/internal/ceres/
solver_impl.cc
230
if (options.
num_linear_solver_threads
> 1) {
233
<< "only options.
num_linear_solver_threads
=1 is supported. Switching "
235
options.
num_linear_solver_threads
= 1;
356
original_options.
num_linear_solver_threads
;
357
summary->num_linear_solver_threads_used = options.
num_linear_solver_threads
;
[
all
...]
solver.cc
88
OPTION_GT(
num_linear_solver_threads
, 0);
system_test.cc
142
options.
num_linear_solver_threads
= config.num_threads;
/external/ceres-solver/examples/
bundle_adjuster.cc
138
options->
num_linear_solver_threads
= FLAGS_num_threads;
Completed in 223 milliseconds