/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/quant_param/ |
H A D | quant_param_test.cpp | 41 std::vector<double> scales = {1, 2, 3, 4}; variable 42 quantParams.SetScales(scales); 113 std::vector<double> scales = {1, 2}; variable 114 quantParams.SetScales(scales); 131 std::vector<double> scales = {1, 2, 3, 4}; variable 132 quantParams.SetScales(scales);
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | quant_param.cpp | 22 void QuantParams::SetScales(const std::vector<double>& scales) in SetScales() argument 24 m_scales = scales; in SetScales()
|
H A D | quant_param.h | 31 void SetScales(const std::vector<double>& scales);
|
H A D | neural_network_runtime.cpp | 63 …rnCode OH_NNQuantParam_SetScales(NN_QuantParam* quantParams, const double* scales, size_t quantNum) in OH_NNQuantParam_SetScales() argument 70 if (scales == nullptr) { in OH_NNQuantParam_SetScales() 81 std::vector<double> scaleVector(scales, scales + quantNum); in OH_NNQuantParam_SetScales()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-common-attributes.md | 20 …scales down to 90% of its size when it is selected. This is appropriate for small components.<br>-…
|
H A D | js-components-basic-slider.md | 26 | showsteps<sup>5+</sup> | boolean | false | No| Whether to display slider scales.|
|
H A D | js-components-svg-common-attributes.md | 22 …x> [\<y>])**: translates along the x[y]-axis.<br>**scale(\<x> [\<y>])**: scales along the x[y]-axi…
|
H A D | js-components-basic-chart.md | 55 …scales displayed on the axis. The value ranges from 1 to 20. The display effect depends on the cal…
|
H A D | js-components-basic-progress.md | 74 | scale-number | number | 120 | No | Number of scales of t…
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-common-components-progress-indicator.md | 63 ….style({ scaleCount: 20, scaleWidth: 5 }) // Set the total number of scales to 20 and the scale wi… 66 … 20, scaleWidth: 5 }) // Set the stroke width to 15, the total number of scales to 20, and the sca… 69 … 20, scaleWidth: 3 }) // Set the stroke width to 15, the total number of scales to 20, and the sca…
|
H A D | ui-js-building-ui-animation.md | 13 - scale: scales a specified component horizontally or vertically to the required scale.
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__matrix_8h.md | 46 … float px, float py) | Premultiplies a matrix by an identity matrix that scales with the factor (s… 49 …loat px, float py) | Post multiplies a matrix by an identity matrix that scales with the factor (s… 56 … float sy, float px, float py) | Sets a matrix as an identity matrix and scales it with the factor…
|
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/ |
H A D | neural_network_runtime.h | 81 OH_NN_ReturnCode OH_NNQuantParam_SetScales(NN_QuantParam *quantParams, const double *scales, size_t…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js-lite/ |
H A D | js-lite-components-basic-chart.md | 51 …scales displayed on the axis.<br>**NOTE**<br>The value ranges from 1 to 20. The display effect dep…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-chart.md | 51 …scales displayed on the axis.<br>The value ranges from 1 to 20. The display effect depends on the …
|
H A D | js-service-widget-basic-progress.md | 71 | scale-number | number | 120 | No| Number of scales of the ring progress bar with a scale. This st…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime_8h.md | 29 …(_neural_network_runtime.md#nn_quantparam) \*quantParams, const double \*scales, size_t quantCount…
|
H A D | _neural_network_runtime.md | 130 …etscales) ([NN_QuantParam](#nn_quantparam) \*quantParams, const double \*scales, size_t quantCount… 2416 OH_NN_ReturnCode OH_NNQuantParam_SetScales (NN_QuantParam *quantParams, const double *scales, size_… 2432 | scales | 张量中所有量化参数的缩放系数构成的数组。 |
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | adaptive-layout.md | 27 …erence object. When the size of the reference object changes, the component size adaptively scales.
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime_8h.md | 29 …(_neural_network_runtime.md#nn_quantparam) \*quantParams, const double \*scales, size_t quantCount…
|
/ohos5.0/docs/en/readme/ |
H A D | graphics.md | 19 - Transform: rotates, translates, or scales images.
|
H A D | xts.md | 385 …scales</li><li>Bits 24-28: test levels</li></ul>**Test case categories**: Bits 0-10 indicate FUNCT…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-symbolGlyph.md | 415 | DOWN | 0 | The symbol scales down and then returns to its original size.| 416 | UP | 1 | The symbol scales up and then returns to its original size.|
|
/ohos5.0/docs/en/device-dev/guide/ |
H A D | device-clock-guide.md | 68 …the rotation event of a component. **transform** translates, rotates, or scales an image. **rotate…
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng_new.cpp | 213 Vector5F scales(1.0f, 1.0f, 2.0f, 2.0f, 0.0f); variable 214 ViewAbstract::SetRotate(scales);
|