Searched refs:Evaluate (Results 26 - 50 of 102) sorted by relevance

12345

/external/ceres-solver/internal/ceres/
H A Dnormal_prior.cc51 bool NormalPrior::Evaluate(double const* const* parameters, function in class:ceres::NormalPrior
H A Dresidual_block.h84 // Evaluate needs scratch space which must be supplied by the caller via
99 bool Evaluate(bool apply_loss_function,
123 // The minimum amount of scratch space needed to pass to Evaluate().
H A Dconditioned_cost_function_test.cc54 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::LinearCostFunction
108 conditioned_cost_function.Evaluate(parameters, result, jacs);
H A Dgradient_checking_cost_function_test.cc88 bool Evaluate(double const* const* parameters, function in class:ceres::internal::TestTerm
169 term.Evaluate(&parameters[0],
173 gradient_checking_cost_function->Evaluate(&parameters[0],
232 gradient_checking_cost_function->Evaluate(&parameters[0],
250 gradient_checking_cost_function->Evaluate(&parameters[0],
262 // function signatures. They have dummy Evaluate functions.
273 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::UnaryCostFunction
294 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::BinaryCostFunction
317 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::TernaryCostFunction
H A Ddynamic_autodiff_cost_function_test.cc88 EXPECT_TRUE(cost_function.Evaluate(&parameter_blocks[0],
128 EXPECT_TRUE(cost_function.Evaluate(parameter_blocks.data(),
195 EXPECT_TRUE(cost_function.Evaluate(parameter_blocks.data(),
245 EXPECT_TRUE(cost_function.Evaluate(parameter_blocks.data(),
432 EXPECT_TRUE(cost_function_->Evaluate(parameter_blocks_.data(),
448 EXPECT_TRUE(cost_function_->Evaluate(parameter_blocks_.data(),
478 EXPECT_TRUE(cost_function_->Evaluate(parameter_blocks_.data(),
500 EXPECT_TRUE(cost_function_->Evaluate(parameter_blocks_.data(),
676 EXPECT_TRUE(cost_function_->Evaluate(parameter_blocks_.data(),
695 EXPECT_TRUE(cost_function_->Evaluate(parameter_blocks
[all...]
H A Dresidual_block.cc67 bool ResidualBlock::Evaluate(const bool apply_loss_function, function in class:ceres::internal::ResidualBlock
104 // the CostFunction::Evaluate call, to see if all the return values
110 if (!cost_function_->Evaluate(parameters.get(), residuals, eval_jacobians)) {
164 loss_function_->Evaluate(squared_norm, rho);
H A Ddynamic_numeric_diff_cost_function_test.cc88 EXPECT_TRUE(cost_function.Evaluate(&parameter_blocks[0],
129 EXPECT_TRUE(cost_function.Evaluate(parameter_blocks.data(),
196 EXPECT_TRUE(cost_function.Evaluate(parameter_blocks.data(),
246 EXPECT_TRUE(cost_function.Evaluate(parameter_blocks.data(),
433 EXPECT_TRUE(cost_function_->Evaluate(parameter_blocks_.data(),
449 EXPECT_TRUE(cost_function_->Evaluate(parameter_blocks_.data(),
479 EXPECT_TRUE(cost_function_->Evaluate(parameter_blocks_.data(),
501 EXPECT_TRUE(cost_function_->Evaluate(parameter_blocks_.data(),
H A Dline_search.h164 // Evaluate the line search objective
174 virtual bool Evaluate(double x, double* f, double* g) = 0;
235 virtual bool Evaluate(double x, double* f, double* g);
H A Dnumeric_diff_test_utils.cc70 ASSERT_TRUE(cost_function.Evaluate(&parameters[0],
140 ASSERT_TRUE(cost_function.Evaluate(&parameters[0],
H A Dgradient_checking_cost_function.cc109 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::__anon1764::GradientCheckingCostFunction
114 return function_->Evaluate(parameters, residuals, NULL);
133 // Evaluate the derivative using the user supplied code.
134 if (!function_->Evaluate(parameters,
141 // Evaluate the derivative using numeric derivatives.
142 finite_diff_cost_function_->Evaluate(
H A Devaluator_test.cc61 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::ParameterIgnoringCostFunction
164 ASSERT_TRUE(evaluator->Evaluate(
533 EXPECT_FALSE(evaluator->Evaluate(state, &cost, NULL, NULL, NULL));
569 virtual bool Evaluate(double const* const* parameters, function in class:ceres::internal::ParameterSensitiveCostFunction
623 ASSERT_TRUE(evaluator->Evaluate(state, &cost, NULL, NULL, NULL));
631 ASSERT_TRUE(evaluator->Evaluate(state, &cost, residuals, NULL, NULL));
642 ASSERT_TRUE(evaluator->Evaluate(state,
H A Dgradient_checker_test.cc72 bool Evaluate(double const* const* parameters, function in class:ceres::internal::GoodTestTerm
125 bool Evaluate(double const* const* parameters, function in class:ceres::internal::BadTestTerm
H A Dline_search.cc118 bool LineSearchFunction::Evaluate(double x, double* f, double* g) { function in class:ceres::internal::LineSearchFunction
127 return (evaluator_->Evaluate(evaluation_point_.data(),
132 if (!evaluator_->Evaluate(evaluation_point_.data(),
258 function->Evaluate(current.x,
308 function->Evaluate(current.x,
484 function->Evaluate(current.x,
620 function->Evaluate(current.x,
767 function->Evaluate(solution->x,
/external/deqp/framework/randomshaders/
H A DrsgBuiltinFunctions.hpp35 template <class GetValueRangeWeight, class ComputeValueRange, class Evaluate>
57 template <class GetValueRangeWeight, class ComputeValueRange, class Evaluate>
58 UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::UnaryBuiltinVecFunc (GeneratorState& state, const char* function, ConstValueRangeAccess valueRange)
78 template <class GetValueRangeWeight, class ComputeValueRange, class Evaluate>
79 UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::~UnaryBuiltinVecFunc (void)
84 template <class GetValueRangeWeight, class ComputeValueRange, class Evaluate>
85 Expression* UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::createNextChild (GeneratorState& state)
94 template <class GetValueRangeWeight, class ComputeValueRange, class Evaluate>
95 void UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::tokenize (GeneratorState& state, TokenStream& str) const
102 template <class GetValueRangeWeight, class ComputeValueRange, class Evaluate>
[all...]
/external/chromium_org/chrome/installer/util/
H A Dinstall_util.h131 virtual bool Evaluate(const base::string16& value) const = 0;
168 virtual bool Evaluate(const base::string16& value) const OVERRIDE;
194 virtual bool Evaluate(const base::string16& value) const OVERRIDE;
/external/ceres-solver/examples/
H A Dfields_of_experts.cc54 bool FieldsOfExpertsCost::Evaluate(double const* const* parameters, function in class:ceres::examples::FieldsOfExpertsCost
78 void FieldsOfExpertsLoss::Evaluate(double sq_norm, double rho[3]) const { function in class:ceres::examples::FieldsOfExpertsLoss
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoplevel.ml25 (* Evaluate a top-level expression into an anonymous function. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoplevel.ml29 (* Evaluate a top-level expression into an anonymous function. *)
/external/ceres-solver/include/ceres/
H A Dautodiff_cost_function.h202 virtual bool Evaluate(double const* const* parameters, function in class:ceres::AutoDiffCostFunction
H A Ddynamic_numeric_diff_cost_function.h100 virtual bool Evaluate(double const* const* parameters, function in class:ceres::DynamicNumericDiffCostFunction
105 << "before DynamicNumericDiffCostFunction::Evaluate().";
110 << "before DynamicNumericDiffCostFunction::Evaluate().";
255 return functor->Evaluate(parameters, residuals, NULL);
H A Dgradient_checker.h176 CHECK(term->Evaluate(probe_point, results->cost.data(),
180 CHECK(numeric_term.Evaluate(probe_point, results->cost.data(),
/external/chromium_org/chrome/browser/chromeos/login/test/
H A Djs_checker.h25 void Evaluate(const std::string& expression);
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.cc243 bool Query::Evaluate(const TraceEvent& event) const { function in class:trace_analyzer::Query
277 return left().Evaluate(event) && right().Evaluate(event);
279 return left().Evaluate(event) || right().Evaluate(event);
281 return !left().Evaluate(event);
642 if (query.Evaluate(events[i]))
743 if (second.Evaluate(this_event)) {
752 if (match.Evaluate(begin_event)) {
766 if (first.Evaluate(this_even
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoplevel.ml30 (* Evaluate a top-level expression into an anonymous function. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoplevel.ml30 (* Evaluate a top-level expression into an anonymous function. *)

Completed in 397 milliseconds

12345