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
109
num_linear_solver_threads
= 1;
410
int
num_linear_solver_threads
;
member in struct:ceres::Solver::Options
[
all
...]
/external/ceres-solver/internal/ceres/
solver_impl.cc
392
if (options.
num_linear_solver_threads
> 1) {
395
<< "only options.
num_linear_solver_threads
=1 is supported. Switching "
397
options.
num_linear_solver_threads
= 1;
516
original_options.
num_linear_solver_threads
;
517
summary->num_linear_solver_threads_used = options.
num_linear_solver_threads
;
[
all
...]
system_test.cc
137
options.
num_linear_solver_threads
= config.num_threads;
solver_impl_test.cc
545
options.
num_linear_solver_threads
= 2;
559
EXPECT_EQ(options.
num_linear_solver_threads
, 2);
[
all
...]
/external/ceres-solver/examples/
bundle_adjuster.cc
134
options->
num_linear_solver_threads
= FLAGS_num_threads;
Completed in 29 milliseconds