Home
last modified time | relevance | path

Searched refs:newCoefficient (Results 1 – 7 of 7) sorted by relevance

/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/ann/layer/
H A Dvirtual_batch_norm_impl.hpp28 newCoefficient(0) in VirtualBatchNorm()
46 newCoefficient = 1.0 / (referenceBatch.n_cols + 1); in VirtualBatchNorm()
47 oldCoefficient = 1 - newCoefficient; in VirtualBatchNorm()
74 mean = oldCoefficient * referenceBatchMean + newCoefficient * inputMean; in Forward()
76 newCoefficient * inputMeanSquared; in Forward()
107 var) * 2 * newCoefficient / inputParameter.n_cols); in Backward()
112 mean * -2)) * newCoefficient / inputParameter.n_cols; in Backward()
H A Dvirtual_batch_norm.hpp166 double newCoefficient; member in mlpack::ann::VirtualBatchNorm
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/Testing/Cpp/
H A DctkSliderWidgetValueProxyTest.cpp174 QFETCH(double, newCoefficient); in testSetCoefficient()
175 proxy.setCoefficient(newCoefficient); in testSetCoefficient()
H A DctkDoubleSpinBoxValueProxyTest.cpp250 QFETCH(double, newCoefficient); in testSetCoefficient()
251 proxy.setCoefficient(newCoefficient); in testSetCoefficient()
H A DctkRangeWidgetValueProxyTest.cpp403 QFETCH(double, newCoefficient); in testSetCoefficient()
404 proxy.setCoefficient(newCoefficient); in testSetCoefficient()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpSimplex.hpp472 const double *newCoefficient,
H A DClpSimplexOther.cpp6752 const double *newCoefficient, in modifyCoefficientsAndPivot() argument
6769 matrix_->modifyCoefficient(row[j], iSequence, newCoefficient[j]); in modifyCoefficientsAndPivot()
6780 row,newCoefficient); in modifyCoefficientsAndPivot()
6828 double newValue = newCoefficient[j]; in modifyCoefficientsAndPivot()
6916 double newValue = newCoefficient[j]; in modifyCoefficientsAndPivot()