Home
last modified time | relevance | path

Searched refs:quant (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/
H A Dbitmap_helpers.h84 TfLiteQuantizationParams quant; in Resize() local
86 { 1, inputImageInfo.height, inputImageInfo.width, inputImageInfo.channels }, quant); in Resize()
87 interpreter->SetTensorParametersReadWrite(1, kTfLiteInt32, "new_size", { 2 }, quant); in Resize()
89 { 1, wantedImageInfo.height, wantedImageInfo.width, wantedImageInfo.channels }, quant); in Resize()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_codec_jpeg_quant_table_v10.md21 | boolean [tableFlag](#tableflag) | quant表有效时为True。 |
44 quant表有效时为True。
H A D_codec_jpeg_quant_table_v20.md21 | boolean [tableFlag](#tableflag) | quant表有效时为True。 |
44 quant表有效时为True。
/ohos5.0/drivers/interface/codec/image/v1_0/
H A DCodecImageType.idl110 * @brief Defines the jpeg image quant table information.
114 boolean tableFlag; /**< True when quant has been output. */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_image_v1_0/foo/codec/image/v1_0/
H A DCodecImageType.idl110 * @brief Defines the jpeg image quant table information.
114 boolean tableFlag; /**< True when quant has been output. */
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnn_tensor.cpp320 auto paramIt = std::find_if(quantParams.begin(), quantParams.end(), [](QuantParam quant) { in ValidateQuantParams() argument
321 return quant.numBits != SUPPORT_NUM_BIT; in ValidateQuantParams()
/ohos5.0/drivers/interface/codec/image/v2_0/
H A DCodecImageType.idl125 * @brief Defines the jpeg image quant table information.
132 boolean tableFlag; /**< True when quant has been output. */
/ohos5.0/base/print/print_fwk/test/fuzztest/scanserviceability_fuzzer/
H A Dscanserviceability_fuzzer.cpp165 range.quant = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestSelectScanOptionDesc()
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp783 scanRange.SetQuantValue(optionDesc->constraint.range->quant); in SelectScanOptionDesc()
/ohos5.0/foundation/graphic/graphic_2d/rosen/build/icu/
H A DBUILD.gn473 "$skia_root/third_party/externals/icu/source/i18n/quant.cpp",