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 D | bitmap_helpers.h | 84 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.md | 21 | boolean [tableFlag](#tableflag) | quant表有效时为True。 | 44 quant表有效时为True。
|
H A D | _codec_jpeg_quant_table_v20.md | 21 | boolean [tableFlag](#tableflag) | quant表有效时为True。 | 44 quant表有效时为True。
|
/ohos5.0/drivers/interface/codec/image/v1_0/ |
H A D | CodecImageType.idl | 110 * @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 D | CodecImageType.idl | 110 * @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 D | nn_tensor.cpp | 320 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 D | CodecImageType.idl | 125 * @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 D | scanserviceability_fuzzer.cpp | 165 range.quant = dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in TestSelectScanOptionDesc()
|
/ohos5.0/base/print/print_fwk/services/scan_service/src/ |
H A D | scan_service_ability.cpp | 783 scanRange.SetQuantValue(optionDesc->constraint.range->quant); in SelectScanOptionDesc()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/build/icu/ |
H A D | BUILD.gn | 473 "$skia_root/third_party/externals/icu/source/i18n/quant.cpp",
|