HomeSort by relevance Sort by last modified time
    Searched refs:Evaluate (Results 51 - 75 of 119) sorted by null

1 23 4 5

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 30 (* Evaluate a top-level expression into an anonymous function. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 30 (* Evaluate a top-level expression into an anonymous function. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 30 (* Evaluate a top-level expression into an anonymous function. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 30 (* Evaluate a top-level expression into an anonymous function. *)
  /external/ceres-solver/internal/ceres/
cost_function_to_functor_test.cc 86 EXPECT_TRUE(cost_function.Evaluate(parameter_blocks.get(),
88 EXPECT_TRUE(actual_cost_function.Evaluate(parameter_blocks.get(),
96 EXPECT_TRUE(cost_function.Evaluate(parameter_blocks.get(),
99 EXPECT_TRUE(actual_cost_function.Evaluate(parameter_blocks.get(),
line_search_minimizer.cc 69 bool Evaluate(Evaluator* evaluator,
73 if (!evaluator->Evaluate(x.data(),
134 if (!Evaluate(evaluator, x, &current_state, &summary->message)) {
342 } else if (!Evaluate(evaluator,
348 "Step failed to evaluate. This should not happen as the step was "
program_test.cc 48 virtual bool Evaluate(double const* const* parameters,
64 virtual bool Evaluate(double const* const* parameters,
229 expected_removed_block->Evaluate(true,
341 virtual bool Evaluate(double const* const* parameters,
problem.cc 198 bool Problem::Evaluate(const EvaluateOptions& evaluate_options,
203 return problem_impl_->Evaluate(evaluate_options,
program_evaluator.h 52 // // a cost function's evaluate method.
64 // // Create num_threads evaluate preparers. Caller owns result which must
134 bool Evaluate(const Evaluator::EvaluateOptions& evaluate_options,
159 // Each thread gets it's own cost and evaluate scratch space.
208 // Evaluate the cost, residuals, and jacobians.
210 if (!residual_block->Evaluate(
309 // Per-thread scratch space needed to evaluate and store each residual block.
numeric_diff_cost_function_test.cc 155 virtual bool Evaluate(double const* const* parameters,
parameter_block_ordering_test.cc 53 virtual bool Evaluate(double const* const* parameters,
problem_impl.h 137 bool Evaluate(const Problem::EvaluateOptions& options,
reorder_program_test.cc 49 virtual bool Evaluate(double const* const* parameters,
trust_region_minimizer.cc 198 if (!evaluator->Evaluate(x.data(),
397 if (!evaluator->Evaluate(x_plus_delta.data(),
402 LOG(WARNING) << "Step failed to evaluate. "
422 if (!evaluator->Evaluate(inner_iteration_x.data(),
573 // Step looks good, evaluate the residuals and Jacobian at this
575 if (!evaluator->Evaluate(x.data(),
  /external/ceres-solver/include/ceres/
cost_function_to_functor.h 41 // virtual bool Evaluate(double const* const* parameters,
165 return cost_function_->Evaluate(&x0, residuals, NULL);
184 return cost_function_->Evaluate(parameter_blocks.get(), residuals, NULL);
205 return cost_function_->Evaluate(parameter_blocks.get(), residuals, NULL);
228 return cost_function_->Evaluate(parameter_blocks.get(), residuals, NULL);
253 return cost_function_->Evaluate(parameter_blocks.get(), residuals, NULL);
280 return cost_function_->Evaluate(parameter_blocks.get(), residuals, NULL);
309 return cost_function_->Evaluate(parameter_blocks.get(), residuals, NULL);
340 return cost_function_->Evaluate(parameter_blocks.get(), residuals, NULL);
373 return cost_function_->Evaluate(parameter_blocks.get(), residuals, NULL)
    [all...]
dynamic_autodiff_cost_function.h 94 virtual bool Evaluate(double const* const* parameters,
99 << "before DynamicAutoDiffCostFunction::Evaluate().";
114 // To work around this issue, the solution here is to evaluate the
172 // Evaluate all of the strides. Each stride is a chunk of the derivative to
173 // evaluate, typically some size proportional to the size of the SIMD
numeric_diff_cost_function.h 140 // subclass of CostFunction such that the Evaluate() function ignores
143 // the Evaluate() function with small changes to the appropriate
213 virtual bool Evaluate(double const* const* parameters,
224 // Get the function value (residuals) at the the point to evaluate.
problem.h 381 // Options struct to control Problem::Evaluate.
404 // The set of residual blocks to evaluate. This vector determines
426 // Evaluate Problem. Any of the output pointers can be NULL. Which
439 // problem.Evaluate(Problem::EvaluateOptions(), &cost, NULL, NULL, NULL);
441 // The cost is evaluated at x = 1. If you wish to evaluate the
445 // problem.Evaluate(Problem::EvaluateOptions(), &cost, NULL, NULL, NULL);
455 bool Evaluate(const EvaluateOptions& options,
  /bootable/recovery/edify/
expr.h 38 // and in writable memory (Evaluate may make temporary changes to
44 // pointer after Evaluate() returns.
69 // evaluate it, return the resulting Value. The caller takes
74 // evaluate it, assert that it is a string, and return the resulting
78 char* Evaluate(State* state, Expr* expr);
135 // Evaluate the expressions in argv, giving 'count' char* (the ... is
140 // Evaluate the expressions in argv, giving 'count' Value* (the ... is
145 // Evaluate the expressions in argv, returning an array of char*
146 // results. If any evaluate to NULL, free the rest and return NULL.
151 // Evaluate the expressions in argv, returning an array of Value
    [all...]
  /bootable/recovery/updater/
updater.c 126 // Evaluate the parsed script.
140 char* result = Evaluate(&state, root);
  /external/chromium_org/chrome/browser/chromeos/first_run/
first_run_browsertest.cc 88 js().Evaluate("cr.FirstRun.currentStep_.nextButton_.click()");
  /external/chromium_org/chrome/browser/chromeos/login/test/
js_checker.cc 28 void JSChecker::Evaluate(const std::string& expression) {
  /external/chromium_org/sandbox/win/src/
policy_target.cc 62 PolicyResult result = processor.Evaluate(kShortEval, params->parameters,
  /external/ceres-solver/examples/
denoising.cc 74 virtual bool Evaluate(double const* const* parameters,
  /external/ceres-solver/include/ceres/internal/
numeric_diff.h 74 return functor->Evaluate(parameters, residuals, NULL);

Completed in 453 milliseconds

1 23 4 5