/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/ |
H A D | _reduce_fusion_v10.md | 10 参数说明:mode若为REDUCE_ALL,REDUCE_PROD和REDUCE_MEAN,则reduce_to_end为true时,Reduce之后的输出乘以coeff为最终输出。 37 | float [coeff](#coeff) | 系数 | 43 ### coeff subsection 46 float ReduceFusion::coeff
|
H A D | _reduce_fusion_v20.md | 10 参数说明:mode若为REDUCE_ALL,REDUCE_PROD和REDUCE_MEAN,则reduce_to_end为true时,Reduce之后的输出乘以coeff为最终输出。 37 | float [coeff](#coeff) | 系数 | 43 ### coeff subsection 46 float ReduceFusion::coeff
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc_slr.cpp | 53 SLRWeightMat SLRProc::GetWeights(float coeff, int n) in GetWeights() argument 55 if (std::fabs(coeff) < EPSILON || coeff < .0f || n <= 0) { in GetWeights() 58 float tao = 1.0f / coeff; in GetWeights() 62 if (coeff > 0.8999f && coeff < 1.0f) { // 0.8999f adjust low pass filter in GetWeights() 64 } else if (coeff < 0.9f && coeff > 0.8f) { // 0.9f adjust low pass filter in GetWeights() 67 float scale = coeff > 1.0f ? 1.0f : coeff; in GetWeights() 70 float etaf = (i + 0.5) / coeff - 0.5; in GetWeights()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
H A D | render_post_process_common.h | 26 float getVignetteCoeff(const vec2 uv, CORE_RELAXEDP const float coeff, CORE_RELAXEDP const float po… in getVignetteCoeff() argument 29 float vignette = uvVal.x * uvVal.y * coeff; in getVignetteCoeff()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/assets/render/shaders/shader/ |
H A D | bloom_downscale_threshold.frag | 45 const float coeff = 1.0 / divisor; 46 const float lumaCoeff = (luma - uPc.factor.x) * coeff;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/assets/render/shaders/computeshader/ |
H A D | bloom_downscale_threshold.comp | 48 const float coeff = 1.0 / divisor; 49 const float lumaCoeff = (luma - uPc.factor.x) * coeff;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties.h | 261 void SetFgBrightnessPosCoeff(const Vector4f& coeff); 263 void SetFgBrightnessNegCoeff(const Vector4f& coeff); 288 void SetBgBrightnessPosCoeff(const Vector4f& coeff); 290 void SetBgBrightnessNegCoeff(const Vector4f& coeff);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.h | 312 void SetFgBrightnessPosCoeff(const Vector4f& coeff); 313 void SetFgBrightnessNegCoeff(const Vector4f& coeff); 318 void SetBgBrightnessPosCoeff(const Vector4f& coeff); 319 void SetBgBrightnessNegCoeff(const Vector4f& coeff);
|
H A D | rs_node.cpp | 1645 void RSNode::SetFgBrightnessPosCoeff(const Vector4f& coeff) in SetFgBrightnessPosCoeff() argument 1648 RSAnimatableProperty<Vector4f>>(RSModifierType::FG_BRIGHTNESS_POSCOEFF, coeff); in SetFgBrightnessPosCoeff() 1651 void RSNode::SetFgBrightnessNegCoeff(const Vector4f& coeff) in SetFgBrightnessNegCoeff() argument 1654 RSAnimatableProperty<Vector4f>>(RSModifierType::FG_BRIGHTNESS_NEGCOEFF, coeff); in SetFgBrightnessNegCoeff() 1684 void RSNode::SetBgBrightnessPosCoeff(const Vector4f& coeff) in SetBgBrightnessPosCoeff() argument 1687 RSAnimatableProperty<Vector4f>>(RSModifierType::BG_BRIGHTNESS_POSCOEFF, coeff); in SetBgBrightnessPosCoeff() 1690 void RSNode::SetBgBrightnessNegCoeff(const Vector4f& coeff) in SetBgBrightnessNegCoeff() argument 1693 RSAnimatableProperty<Vector4f>>(RSModifierType::BG_BRIGHTNESS_NEGCOEFF, coeff); in SetBgBrightnessNegCoeff()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | post_proc_slr.h | 126 static SLRWeightMat GetWeights(float coeff, int n);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _neural_network_runtime.md | 626 …pDims,布尔值,是否保留维度的标志位。<br/>- reduceToEnd,bool值,是否需要执行reduce操作直到最后一轴。<br/>- coeff,一个OH_NN_FLOAT32标量,… 674 …pDims,布尔值,是否保留维度的标志位。<br/>- reduceToEnd,bool值,是否需要执行reduce操作直到最后一轴。<br/>- coeff,一个OH_NN_FLOAT32标量,… 675 …pDims,布尔值,是否保留维度的标志位。<br/>- reduceToEnd,bool值,是否需要执行reduce操作直到最后一轴。<br/>- coeff,一个OH_NN_FLOAT32标量,… 676 …pDims,布尔值,是否保留维度的标志位。<br/>- reduceToEnd,bool值,是否需要执行reduce操作直到最后一轴。<br/>- coeff,一个OH_NN_FLOAT32标量,… 892 | OH_NN_REDUCE_MEAN_COEFF<sup>12+</sup> | 当张量作为ReduceMean算子的coeff参数时,使用本枚举值。 | 894 | OH_NN_REDUCE_PROD_COEFF<sup>12+</sup> | 当张量作为ReduceProd算子的coeff参数时,使用本枚举值。 | 896 | OH_NN_REDUCE_ALL_COEFF<sup>12+</sup> | 当张量作为ReduceAll算子的coeff参数时,使用本枚举值。 | 927 | OH_NN_REDUCE_MAX_COEFF<sup>12+</sup> | 当张量作为ReduceMax算子的coeff参数时,使用本枚举值。 | 930 | OH_NN_REDUCE_MIN_COEFF<sup>12+</sup> | 当张量作为ReduceMin算子的coeff参数时,使用本枚举值。 | 933 | OH_NN_REDUCE_SUM_COEFF<sup>12+</sup> | 当张量作为ReduceSum算子的coeff参数时,使用本枚举值。 | [all …]
|
H A D | _neural_nework_runtime.md | 626 …pDims,布尔值,是否保留维度的标志位。<br/>- reduceToEnd,bool值,是否需要执行reduce操作直到最后一轴。<br/>- coeff,一个OH_NN_FLOAT32标量,… 674 …pDims,布尔值,是否保留维度的标志位。<br/>- reduceToEnd,bool值,是否需要执行reduce操作直到最后一轴。<br/>- coeff,一个OH_NN_FLOAT32标量,… 675 …pDims,布尔值,是否保留维度的标志位。<br/>- reduceToEnd,bool值,是否需要执行reduce操作直到最后一轴。<br/>- coeff,一个OH_NN_FLOAT32标量,… 676 …pDims,布尔值,是否保留维度的标志位。<br/>- reduceToEnd,bool值,是否需要执行reduce操作直到最后一轴。<br/>- coeff,一个OH_NN_FLOAT32标量,… 892 | OH_NN_REDUCE_MEAN_COEFF<sup>12+</sup> | 当张量作为ReduceMean算子的coeff参数时,使用本枚举值。 | 894 | OH_NN_REDUCE_PROD_COEFF<sup>12+</sup> | 当张量作为ReduceProd算子的coeff参数时,使用本枚举值。 | 896 | OH_NN_REDUCE_ALL_COEFF<sup>12+</sup> | 当张量作为ReduceAll算子的coeff参数时,使用本枚举值。 | 927 | OH_NN_REDUCE_MAX_COEFF<sup>12+</sup> | 当张量作为ReduceMax算子的coeff参数时,使用本枚举值。 | 930 | OH_NN_REDUCE_MIN_COEFF<sup>12+</sup> | 当张量作为ReduceMin算子的coeff参数时,使用本枚举值。 | 933 | OH_NN_REDUCE_SUM_COEFF<sup>12+</sup> | 当张量作为ReduceSum算子的coeff参数时,使用本枚举值。 | [all …]
|
/ohos5.0/drivers/interface/nnrt/v1_0/ |
H A D | NodeAttrTypes.idl | 208 float coeff;
|
/ohos5.0/drivers/interface/nnrt/v2_0/ |
H A D | NodeAttrTypes.idl | 209 float coeff;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/foo/nnrt/v1_0/ |
H A D | NodeAttrTypes.idl | 208 float coeff;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/foo/nnrt/v2_0/ |
H A D | NodeAttrTypes.idl | 209 float coeff;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 1532 void RSProperties::SetFgBrightnessPosCoeff(const Vector4f& coeff) in SetFgBrightnessPosCoeff() argument 1537 fgBrightnessParams_->posCoeff_ = coeff; in SetFgBrightnessPosCoeff() 1549 void RSProperties::SetFgBrightnessNegCoeff(const Vector4f& coeff) in SetFgBrightnessNegCoeff() argument 1554 fgBrightnessParams_->negCoeff_ = coeff; in SetFgBrightnessNegCoeff() 1633 void RSProperties::SetBgBrightnessPosCoeff(const Vector4f& coeff) in SetBgBrightnessPosCoeff() argument 1638 bgBrightnessParams_->posCoeff_ = coeff; in SetBgBrightnessPosCoeff() 1650 void RSProperties::SetBgBrightnessNegCoeff(const Vector4f& coeff) in SetBgBrightnessNegCoeff() argument 1655 bgBrightnessParams_->negCoeff_ = coeff; in SetBgBrightnessNegCoeff()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_loader.cpp | 1842 ImageBasedLight::LightingCoeff coeff; in PrimitiveAttributes() local 1844 coeff.reserve(mipLevelJson.array_.size()); in PrimitiveAttributes() 1845 … std::transform(mipLevelJson.array_.begin(), mipLevelJson.array_.end(), std::back_inserter(coeff), in PrimitiveAttributes() 1849 if (coeff.size() != 3) { in PrimitiveAttributes() 1853 irradianceCoefficients.push_back(move(coeff)); in PrimitiveAttributes()
|
H A D | gltf2_importer.cpp | 2146 … envHandle->irradianceCoefficients, [](const GLTF2::ImageBasedLight::LightingCoeff& coeff) { in CreateEnvironmentComponent() argument 2148 CORE_ASSERT(coeff.size() == 3u); in CreateEnvironmentComponent() 2151 return Math::Vec3(coeff[0u], coeff[1u], coeff[2u]); in CreateEnvironmentComponent()
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | introduction-to-arkts.md | 607 function multiply(n: number, coeff: number = 2): number { 608 return n * coeff;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/dump_ast_target/ |
H A D | dump.txt | 223 float coeff;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/dump_ast_target/ |
H A D | dump.txt | 289 float coeff;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v1_0/cpp_target/nnrt/v1_0/ |
H A D | node_attr_types.h.txt | 215 float coeff;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nnrt_v2_0/cpp_target/nnrt/v2_0/ |
H A D | node_attr_types.h.txt | 216 float coeff;
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _neural_network_runtime.md | 674 …ating whether to perform the reduce operation until the last axis.<br>- **coeff**: an OH_NN_FLOAT3… 675 …ating whether to perform the reduce operation until the last axis.<br>- **coeff**: an OH_NN_FLOAT3… 676 …ating whether to perform the reduce operation until the last axis.<br>- **coeff**: an OH_NN_FLOAT3… 681 …ating whether to perform the reduce operation until the last axis.<br>- **coeff**: an OH_NN_FLOAT3… 892 | OH_NN_REDUCE_MEAN_COEFF<sup>12+</sup> | Used when the tensor is used as the **coeff** parameter o… 894 | OH_NN_REDUCE_PROD_COEFF<sup>12+</sup> | Used when the tensor is used as the **coeff** parameter o… 896 | OH_NN_REDUCE_ALL_COEFF<sup>12+</sup> | Used when the tensor is used as the **coeff** parameter of… 927 | OH_NN_REDUCE_MAX_COEFF<sup>12+</sup> | Used when the tensor is used as the **coeff** parameter of… 930 | OH_NN_REDUCE_MIN_COEFF<sup>12+</sup> | Used when the tensor is used as the **coeff** parameter of… 933 | OH_NN_REDUCE_SUM_COEFF<sup>12+</sup> | Used when the tensor is used as the **coeff** parameter of… [all …]
|