Searched refs:expx (Results 1 – 2 of 2) sorted by relevance
97 const double expx = exp(x); in NewtonStep() local100 example_weight * (label - current_dual - expx); in NewtonStep()102 1 + num_loss_partitions * weighted_example_norm * example_weight * expx; in NewtonStep()
602 Scalar expx = exp(x.value());603 return Eigen::MakeAutoDiffScalar(expx,x.derivatives() * expx);)