Home
last modified time | relevance | path

Searched refs:scales (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/quant_param/
H A Dquant_param_test.cpp41 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 Dquant_param.cpp22 void QuantParams::SetScales(const std::vector<double>& scales) in SetScales() argument
24 m_scales = scales; in SetScales()
H A Dquant_param.h31 void SetScales(const std::vector<double>& scales);
H A Dneural_network_runtime.cpp63 …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 Djs-components-common-attributes.md20scales down to 90% of its size when it is selected. This is appropriate for small components.<br>-…
H A Djs-components-basic-slider.md26 | showsteps<sup>5+</sup> | boolean | false | No| Whether to display slider scales.|
H A Djs-components-svg-common-attributes.md22 …x> [\<y>])**: translates along the x[y]-axis.<br>**scale(\<x> [\<y>])**: scales along the x[y]-axi…
H A Djs-components-basic-chart.md55scales displayed on the axis. The value ranges from 1 to 20. The display effect depends on the cal…
H A Djs-components-basic-progress.md74 | scale-number | number | 120 | No | Number of scales of t…
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-common-components-progress-indicator.md63 ….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 Dui-js-building-ui-animation.md13 - scale: scales a specified component horizontally or vertically to the required scale.
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__matrix_8h.md46 … 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 Dneural_network_runtime.h81 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 Djs-lite-components-basic-chart.md51scales 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 Djs-service-widget-basic-chart.md51scales displayed on the axis.<br>The value ranges from 1 to 20. The display effect depends on the …
H A Djs-service-widget-basic-progress.md71 | 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 Dneural__network__runtime_8h.md29 …(_neural_network_runtime.md#nn_quantparam) \*quantParams, const double \*scales, size_t quantCount…
H A D_neural_network_runtime.md130 …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 Dadaptive-layout.md27 …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 Dneural__network__runtime_8h.md29 …(_neural_network_runtime.md#nn_quantparam) \*quantParams, const double \*scales, size_t quantCount…
/ohos5.0/docs/en/readme/
H A Dgraphics.md19 - Transform: rotates, translates, or scales images.
H A Dxts.md385scales</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 Dts-basic-components-symbolGlyph.md415 | 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 Ddevice-clock-guide.md68 …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 Dview_abstract_test_ng_new.cpp213 Vector5F scales(1.0f, 1.0f, 2.0f, 2.0f, 0.0f); variable
214 ViewAbstract::SetRotate(scales);

12