Home
last modified time | relevance | path

Searched refs:variance (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/
H A D3d_dm_shadowing_common.h233 float variance = moments.y - (moments.x * moments.x); in CalcVsmShadow() local
235 variance = max(variance, evaluatedMinValue); in CalcVsmShadow()
238 light = variance / (variance + d * d); in CalcVsmShadow()
258 float variance = moments.y - (moments.x * moments.x); in CalcVsmShadowSimpleSample() local
260 variance = max(variance, evaluatedMinValue); in CalcVsmShadowSimpleSample()
263 light = variance / (variance + d * d); in CalcVsmShadowSimpleSample()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_sampler.cpp194 double variance = 0; in UpdateModeLocked() local
202 variance += pow(static_cast<double>(delta), 2); // the 2nd power of delta in UpdateModeLocked()
208 variance /= (numSamples_ - SAMPLES_INTERVAL_DIFF_NUMS); in UpdateModeLocked()
209 if (variance > SAMPLE_VARIANCE_THRESHOLD) { in UpdateModeLocked()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/
H A D_fused_batch_norm_v10.md20 - variance,用于总体方差的一维张量。仅用于推理;对于训练,必须为空。
H A D_fused_batch_norm_v20.md20 - variance,用于总体方差的一维张量。仅用于推理;对于训练,必须为空。
/ohos5.0/drivers/interface/nnrt/v2_1/
H A DNodeAttrTypes.idl937 …* * <b>variance</b>: 1D tensor used for the overall variance. It is used only for inference. In ca…
1021 …* @brief Carries out instance normalization as formula <b>y = scale * (x - mean) / sqrt(variance +…
1022 * where mean and variance are computed per instance per channel.
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md578 …et,用于偏移的1D张量,以移动到归一化的第一个张量。<br/>- mean,总体均值的一维张量,仅用于推理;对于训练,必须为空。<br/>- variance,用于总体方差的一维张量。仅用于推理…
H A D_neural_nework_runtime.md578 …et,用于偏移的1D张量,以移动到归一化的第一个张量。<br/>- mean,总体均值的一维张量,仅用于推理;对于训练,必须为空。<br/>- variance,用于总体方差的一维张量。仅用于推理…
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md578 …raining, this parameter must be left empty.<br>- **variance**: 1D tensor used for the overall vari…
642 …t channel, so that the average value of each input channel is 0 and the variance is 1.<br>Input:<b…