Home
last modified time | relevance | path

Searched refs:approximation (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_cubic_bezier_interpolator.cpp89 float approximation = 0.0; in BinarySearch() local
93 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()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/smooth_zoom/
H A Dcubic_bezier.cpp86 float approximation = GetCubicBezierX(SERCH_STEP * middle); in BinarySearch() local
87 if (approximation < value) { in BinarySearch()
89 } else if (approximation > value) { in BinarySearch()
/ohos5.0/drivers/interface/nnrt/v2_1/
H A DNnrtTypes.idl691 …* 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.
H A DNodeAttrTypes.idl101 …/** Whether to use the approximation algorithm. It is used for the <b>GRLU</b> activation function…
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md631 …f the approximation function. If the value is **true**, the approximation function is a Tanh funct…