Home | History | Annotate | Download | only in ceres

Lines Matching defs:scratch

77 // some per-thread scratch space.
150 // Each thread gets it's own cost and evaluate scratch space.
178 EvaluateScratch* scratch = &evaluate_scratch_[thread_id];
186 block_residuals = scratch->residual_block_residuals.get();
195 scratch->jacobian_block_ptrs.get());
196 block_jacobians = scratch->jacobian_block_ptrs.get();
206 scratch->residual_block_evaluate_scratch.get())) {
215 scratch->cost += block_cost;
241 scratch->gradient.get() + parameter_block->delta_offset());
290 // Per-thread scratch space needed to evaluate and store each residual block.
327 // Create scratch space for each thread evaluating the program.