Home
last modified time | relevance | path

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

1234

/external/ComputeLibrary/arm_compute/core/
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
/external/icing/icing/index/embed/
Dquantizer.h64 double quantized = std::round(normalized); in Quantize() local
70 float Dequantize(uint8_t quantized) const { in Dequantize()
Dembedding-scorer_test.cc32 std::vector<uint8_t> quantized; in QuantizeVector() local
/external/pytorch/aten/src/ATen/native/quantized/
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
Dlibrary.cpp12 TORCH_LIBRARY(quantized, m) { in TORCH_LIBRARY() argument
Dqconv_unpack.cpp198 TORCH_LIBRARY_IMPL(quantized, CatchAll, m) { in TORCH_LIBRARY_IMPL() argument
/external/pytorch/aten/src/ATen/native/quantized/cpu/
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
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
Dqdropout.cpp17 TORCH_LIBRARY_IMPL(quantized, QuantizedCPU, m) { in TORCH_LIBRARY_IMPL() argument
Dqthreshold.cpp44 TORCH_LIBRARY_IMPL(quantized, QuantizedCPU, m) { in TORCH_LIBRARY_IMPL() argument
Dqelu.cpp32 TORCH_LIBRARY_IMPL(quantized, QuantizedCPU, m) { in TORCH_LIBRARY_IMPL() argument
Dqhardswish.cpp102 TORCH_LIBRARY_IMPL(quantized, QuantizedCPU, m) { in TORCH_LIBRARY_IMPL() argument
Dqsigmoid.cpp147 TORCH_LIBRARY_IMPL(quantized, QuantizedCPU, m) { in TORCH_LIBRARY_IMPL() argument
Dqsoftmax.cpp144 TORCH_LIBRARY_IMPL(quantized, QuantizedCPU, m) { in TORCH_LIBRARY_IMPL() argument
Dqconv_dynamic.cpp216 TORCH_LIBRARY_IMPL(quantized, CPU, m) { in TORCH_LIBRARY_IMPL() argument
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/interleaves/
Dgeneric_quantized_dot_product.hpp32 namespace quantized { namespace
/external/pytorch/aten/src/ATen/native/vulkan/ops/
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
/external/pytorch/torch/_inductor/
Dquantized_lowerings.py26 quantized = torch.ops.quantized variable
/external/pytorch/aten/src/ATen/native/quantized/cudnn/
DLinearPrepack.cpp50 TORCH_LIBRARY_IMPL(quantized, QuantizedCUDA, m) { in TORCH_LIBRARY_IMPL() argument
/external/armnn/tests/
DImagePreprocessor.cpp71 std::vector<uint8_t> quantized(resized.size()); in GetTestCaseData() local
/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/sve2/
Dimpl.h76 const auto quantized = svcreate4( in store_quantized() local
90 const auto quantized = svcreate4( in store_quantized() local
/external/pytorch/torch/backends/
D__init__.py71 quantized as quantized, unknown
/external/executorch/backends/xnnpack/test/ops/
Dconv1d.py95 quantized=False, argument
/external/tensorflow/tensorflow/python/ops/
Dquantized_conv_ops_test.py87 def _QuantizedOutputToFloat(self, quantized, quantized_min, quantized_max): argument
/external/armnn/include/armnnUtils/
DQuantizeHelper.hpp107 std::vector<T> quantized; in QuantizedVector() local

1234