Searched refs:approximation (Results 1 – 5 of 5) sorted by relevance
89 float approximation = 0.0; in BinarySearch() local93 approximation = GetCubicBezierValue(SEARCH_STEP * middle, controlX1_, controlX2_); in BinarySearch()94 if (ROSEN_EQ(approximation, key, epsilon)) { in BinarySearch()97 } else if (approximation < key) { in BinarySearch()
86 float approximation = GetCubicBezierX(SERCH_STEP * middle); in BinarySearch() local87 if (approximation < value) { in BinarySearch()89 } else if (approximation > value) { in BinarySearch()
691 …* Softplus is a smooth approximation to ReLU. It can be used to constrain the output to always be …802 …use the <b>approximate</b> parameter of {@link Activation} to specify whether to use approximation.
101 …/** Whether to use the approximation algorithm. It is used for the <b>GRLU</b> activation function…
631 …f the approximation function. If the value is **true**, the approximation function is a Tanh funct…