Searched refs:x_ref (Results 1 – 4 of 4) sorted by relevance
/external/eigen/unsupported/test/ |
D | NonLinearOptimization.cpp | 190 VectorXd x_ref(n); in testLmder1() local 191 x_ref << 0.08241058, 1.133037, 2.343695; in testLmder1() 192 VERIFY_IS_APPROX(x, x_ref); in testLmder1() 220 VectorXd x_ref(n); in testLmder() local 221 x_ref << 0.08241058, 1.133037, 2.343695; in testLmder() 222 VERIFY_IS_APPROX(x, x_ref); in testLmder() 305 VectorXd x_ref(n); in testHybrj1() local 306 x_ref << in testHybrj1() 310 VERIFY_IS_APPROX(x, x_ref); in testHybrj1() 340 VectorXd x_ref(n); in testHybrj() local [all …]
|
D | levenberg_marquardt.cpp | 88 VectorXd x_ref(n); in testLmder1() local 89 x_ref << 0.08241058, 1.133037, 2.343695; in testLmder1() 90 VERIFY_IS_APPROX(x, x_ref); in testLmder1() 118 VectorXd x_ref(n); in testLmder() local 119 x_ref << 0.08241058, 1.133037, 2.343695; in testLmder() 120 VERIFY_IS_APPROX(x, x_ref); in testLmder() 190 VectorXd x_ref(n); in testLmdif1() local 191 x_ref << 0.0824106, 1.1330366, 2.3436947; in testLmdif1() 192 VERIFY_IS_APPROX(x, x_ref); in testLmdif1() 221 VectorXd x_ref(n); in testLmdif() local [all …]
|
/external/eigen/Eigen/src/SuperLUSupport/ |
D | SuperLUSupport.h | 666 Ref<const Matrix<typename Dest::Scalar,Dynamic,Dynamic,ColMajor> > x_ref(x); 669 m_sluX = SluMatrix::Map(x_ref.const_cast_derived()); 693 if(x.derived().data() != x_ref.data()) 694 x = x_ref; 989 Ref<const Matrix<typename Dest::Scalar,Dynamic,Dynamic,ColMajor> > x_ref(x); 992 m_sluX = SluMatrix::Map(x_ref.const_cast_derived()); 1016 if(x.derived().data() != x_ref.data()) 1017 x = x_ref;
|
/external/tensorflow/tensorflow/python/training/ |
D | learning_rate_decay_test.py | 126 x_ref = x.op.outputs[0] # float32_ref tensor should be accepted 128 learning_rate_decay.piecewise_constant(x_ref, boundaries, values)
|