/aosp_15_r20/external/ComputeLibrary/arm_compute/core/ |
H A D | QuantizationInfo.h | 228 const int quantized = support::cpp11::lround(value / qinfo.scale) + qinfo.offset; in quantize() local 248 … const int quantized = arm_compute::round(value / qinfo.scale, rounding_policy) + qinfo.offset; in quantize() local 264 … const int quantized = arm_compute::round(value / uqinfo.scale, rounding_policy) + uqinfo.offset; member 331 … int quantized = arm_compute::round(value / qinfo.uniform().scale, RoundingPolicy::TO_NEAREST_UP); in quantize_qsymm8() local 346 …int quantized = arm_compute::round(value / qinfo.scale()[channel_id], RoundingPolicy::TO_NEAREST_U… variable 500 int quantized = arm_compute::round(value / qinfo.scale, rounding_policy); variable 551 int quantized = arm_compute::round(value / qinfo.scale, rounding_policy) + qinfo.offset; variable
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/ |
H A D | Convolution.cpp | 63 const bool quantized) { in determine_method() 292 const bool quantized) { in get_shader() 514 const bool quantized, in pack_weights() 549 const bool quantized) { in pack_biases() 608 bool weight_valid(const Tensor& weight, const bool quantized) { in weight_valid() 635 const bool quantized) { in bias_valid() 664 const bool quantized, in available() 715 bool usable(const Tensor& input, const bool quantized) { in usable() 925 const bool quantized, in Conv2dPackedContext() 1123 const auto quantized = in run_conv2d_context_impl() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/ |
H A D | qembeddingbag_unpack.cpp | 226 std::uint8_t quantized = input_row[col / NUM_ELEM_PER_BYTE]; in _qembeddingbag_nbit_unpack_helper() local 269 TORCH_LIBRARY_IMPL(quantized, CPU, m) { in TORCH_LIBRARY_IMPL() argument 281 TORCH_LIBRARY_IMPL(quantized, CatchAll, m) { in TORCH_LIBRARY_IMPL() argument 289 TORCH_LIBRARY_IMPL(quantized, Meta, m) { in TORCH_LIBRARY_IMPL() argument
|
H A D | qembeddingbag_prepack.cpp | 479 std::uint8_t quantized = std::max( in _qembeddingbag_nbit_prepack_helper() local 540 TORCH_LIBRARY_IMPL(quantized, CPU, m) { in TORCH_LIBRARY_IMPL() argument 552 TORCH_LIBRARY_IMPL(quantized, QuantizedCPU, m) { in TORCH_LIBRARY_IMPL() argument 558 TORCH_LIBRARY_IMPL(quantized, Meta, m) { in TORCH_LIBRARY_IMPL() argument
|
H A D | qembeddingbag.cpp | 180 uint8_t quantized = in embedding_lookup_fallback_impl() local 1112 TORCH_LIBRARY_IMPL(quantized, CPU, m) { in TORCH_LIBRARY_IMPL() argument 1139 TORCH_LIBRARY_IMPL(quantized, Meta, m) { in TORCH_LIBRARY_IMPL() argument
|
H A D | qlinear_dynamic.cpp | 791 TORCH_LIBRARY_IMPL(quantized, CPU, m) { in TORCH_LIBRARY_IMPL() argument 810 TORCH_LIBRARY_IMPL(quantized, Meta, m) { in TORCH_LIBRARY_IMPL() argument
|
H A D | qdropout.cpp | 17 TORCH_LIBRARY_IMPL(quantized, QuantizedCPU, m) { in TORCH_LIBRARY_IMPL() argument
|
H A D | qlinear_prepack.cpp | 675 TORCH_LIBRARY_IMPL(quantized, QuantizedCPU, m) { in TORCH_LIBRARY_IMPL() argument 681 TORCH_LIBRARY_IMPL(quantized, CPU, m) { in TORCH_LIBRARY_IMPL() argument
|
H A D | qthreshold.cpp | 44 TORCH_LIBRARY_IMPL(quantized, QuantizedCPU, m) { in TORCH_LIBRARY_IMPL() argument
|
H A D | qelu.cpp | 32 TORCH_LIBRARY_IMPL(quantized, QuantizedCPU, m) { in TORCH_LIBRARY_IMPL() argument
|
H A D | qhardswish.cpp | 102 TORCH_LIBRARY_IMPL(quantized, QuantizedCPU, m) { in TORCH_LIBRARY_IMPL() argument
|
H A D | Pooling.cpp | 752 TORCH_LIBRARY_IMPL(quantized, QuantizedCPU, m) { in TORCH_LIBRARY_IMPL() argument 757 TORCH_LIBRARY_IMPL(quantized, CPU, m) { in TORCH_LIBRARY_IMPL() argument
|
/aosp_15_r20/external/icing/icing/index/embed/ |
H A D | quantizer.h | 64 double quantized = std::round(normalized); in Quantize() local 70 float Dequantize(uint8_t quantized) const { in Dequantize()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/ |
H A D | qlinear_unpack.cpp | 67 TORCH_LIBRARY_IMPL(quantized, CPU, m) { in TORCH_LIBRARY_IMPL() argument 72 TORCH_LIBRARY_IMPL(quantized, CatchAll, m) { in TORCH_LIBRARY_IMPL() argument
|
H A D | library.cpp | 12 TORCH_LIBRARY(quantized, m) { in TORCH_LIBRARY() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/ |
H A D | interpreter_test.cc | 679 TfLiteQuantizationParams quantized; in TEST() local 707 TfLiteQuantizationParams quantized; in TEST() local 753 TfLiteQuantizationParams quantized; in TEST() local 851 TfLiteQuantizationParams quantized; in TEST() local 911 TfLiteQuantizationParams quantized; in TEST() local 1330 TfLiteQuantizationParams quantized; in SetUp() local 1523 TfLiteQuantizationParams quantized; in SetUp() local
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/sve2/ |
H A D | impl.h | 76 const auto quantized = svcreate4( in store_quantized() local 90 const auto quantized = svcreate4( in store_quantized() local
|
/aosp_15_r20/external/gemmlowp/test/ |
H A D | test.cc | 1274 std::int32_t quantized = result_quantized_down_int32(r, c); in TestOutputStages() local 1294 std::int32_t quantized = result_quantized_down_int32(r, c); in TestOutputStages() local 1314 std::int32_t quantized = result_quantized_down_int32(r, c); in TestOutputStages() local 1449 std::int32_t quantized = RoundingDivideByPOT( in TestOutputStages() local 1558 std::int32_t quantized = result_quantized_down_by_fixedpoint_int32(r, c); in TestOutputStages() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/interleaves/ |
H A D | generic_quantized_dot_product.hpp | 32 namespace quantized { namespace
|
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/util/ |
D | Gusterpolator.java | 76 float quantized = position * STEP_SIZE; in getInterpolation() local
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | quantized_lowerings.py | 26 quantized = torch.ops.quantized variable
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cudnn/ |
H A D | LinearPrepack.cpp | 50 TORCH_LIBRARY_IMPL(quantized, QuantizedCUDA, m) { in TORCH_LIBRARY_IMPL() argument
|
/aosp_15_r20/external/armnn/tests/ |
H A D | ImagePreprocessor.cpp | 71 std::vector<uint8_t> quantized(resized.size()); in GetTestCaseData() local
|
/aosp_15_r20/external/executorch/backends/xnnpack/test/ops/ |
H A D | conv1d.py | 95 quantized=False, argument
|
/aosp_15_r20/external/pytorch/torch/backends/ |
H A D | __init__.py | 71 quantized as quantized, unknown
|