Home
last modified time | relevance | path

Searched defs:quantized (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DQuantizationInfo.h228 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 DConvolution.cpp63 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 Dqembeddingbag_unpack.cpp226 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 Dqembeddingbag_prepack.cpp479 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 Dqembeddingbag.cpp180 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 Dqlinear_dynamic.cpp791 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 Dqdropout.cpp17 TORCH_LIBRARY_IMPL(quantized, QuantizedCPU, m) { in TORCH_LIBRARY_IMPL() argument
H A Dqlinear_prepack.cpp675 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 Dqthreshold.cpp44 TORCH_LIBRARY_IMPL(quantized, QuantizedCPU, m) { in TORCH_LIBRARY_IMPL() argument
H A Dqelu.cpp32 TORCH_LIBRARY_IMPL(quantized, QuantizedCPU, m) { in TORCH_LIBRARY_IMPL() argument
H A Dqhardswish.cpp102 TORCH_LIBRARY_IMPL(quantized, QuantizedCPU, m) { in TORCH_LIBRARY_IMPL() argument
H A DPooling.cpp752 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 Dquantizer.h64 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 Dqlinear_unpack.cpp67 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 Dlibrary.cpp12 TORCH_LIBRARY(quantized, m) { in TORCH_LIBRARY() argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dinterpreter_test.cc679 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 Dimpl.h76 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 Dtest.cc1274 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 Dgeneric_quantized_dot_product.hpp32 namespace quantized { namespace
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/util/
DGusterpolator.java76 float quantized = position * STEP_SIZE; in getInterpolation() local
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dquantized_lowerings.py26 quantized = torch.ops.quantized variable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cudnn/
H A DLinearPrepack.cpp50 TORCH_LIBRARY_IMPL(quantized, QuantizedCUDA, m) { in TORCH_LIBRARY_IMPL() argument
/aosp_15_r20/external/armnn/tests/
H A DImagePreprocessor.cpp71 std::vector<uint8_t> quantized(resized.size()); in GetTestCaseData() local
/aosp_15_r20/external/executorch/backends/xnnpack/test/ops/
H A Dconv1d.py95 quantized=False, argument
/aosp_15_r20/external/pytorch/torch/backends/
H A D__init__.py71 quantized as quantized, unknown

12345678910>>...15