Home
last modified time | relevance | path

Searched defs:Quantize (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/armnn/include/armnnUtils/
H A DQuantizeHelper.hpp25 static T Quantize(float value, float scale, int32_t offset) in Quantize() function
39 static T Quantize(float value, float scale, int32_t offset) in Quantize() function
55 static armnn::Half Quantize(float value, float scale, int32_t offset) in Quantize() function
71 static armnn::BFloat16 Quantize(float value, float scale, int32_t offset) in Quantize() function
/aosp_15_r20/external/gemmlowp/meta/
H A Dtransform_kernels.h23 struct Quantize { struct
24 float range_min;
25 float range_offset;
26 float range_scale;
27 int count;
/aosp_15_r20/external/armnn/src/armnn/
H A DTypesUtils.cpp30 QuantizedType armnn::Quantize(float value, float scale, int32_t offset) in Quantize() function in armnn
/aosp_15_r20/external/icing/icing/index/embed/
H A Dquantizer.h61 uint8_t Quantize(float value) const { in Quantize() function
/aosp_15_r20/external/executorch/backends/xnnpack/test/tester/
H A Dtester.py140 class Quantize(Stage): class
550 def quantize(self, quantize_stage: Optional[Quantize] = None):
/aosp_15_r20/external/pytorch/torch/ao/nn/quantized/modules/
H A D__init__.py81 class Quantize(torch.nn.Module): class
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DRefWorkloadUtils.hpp115 inline void Quantize(uint8_t* quant, const float* dequant, const TensorInfo& info) in Quantize() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfr/passes/
H A Ddecompose.cc83 Attribute Quantize(float value, Attribute scale_attr, Attribute zp_attr, in Quantize() function
/aosp_15_r20/external/gemmlowp/doc/
H A Dquantization_example.cc133 void Quantize(const QuantizationParams& qparams, const std::vector<float>& src, in Quantize() function
/aosp_15_r20/external/executorch/backends/arm/test/tester/
H A Darm_tester.py197 def quantize(self, quantize_stage: Optional[tester.Quantize] = None):
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dmeta_support.cc319 void Quantize(OpKernelContext* tf_context, const float* input, int count, in Quantize() function
/aosp_15_r20/external/gemmlowp/meta/generators/
H A Dtransform_kernels_common.py367 class Quantize(BaseTransform): class
/aosp_15_r20/prebuilts/go/linux-x86/src/image/draw/
Ddraw.go40 Quantize(p color.Palette, m image.Image) color.Palette methodSpec
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dfake_quantize_ops.cc70 xla::XlaOp Quantize(xla::XlaBuilder* b, const xla::XlaOp& input, in Quantize() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
H A Dlayer_utils.h542 StatusOr<nvinfer1::ILayer*> Quantize(nvinfer1::ITensor* input, in Quantize() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dkernel_util.cc340 inline TfLiteStatus Quantize(TfLiteContext* context, float scale, in Quantize() function
H A Dtest_util.h65 inline std::vector<T> Quantize(const std::vector<float>& data, float scale, in Quantize() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
H A Dquantization_utils.cc639 ElementsAttr Quantize(Attribute real_value, Type tensor_type) { in Quantize() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Doptimized_ops.h5021 inline void Quantize(int32_t multiplier, int32_t shift, int32_t total_size, in Quantize() function
5086 inline void Quantize(const int32_t* multiplier, const int32_t* shift, in Quantize() function
5176 inline void Quantize(const int32_t* multiplier, const int32_t* shift, in Quantize() function
5266 inline void Quantize(const int32_t* multiplier, const int32_t* shift, in Quantize() function
5357 inline void Quantize(const int32_t* multiplier, const int32_t* shift, in Quantize() function
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/
Dtest_generator.py60 def Quantize(v, ty): function
/aosp_15_r20/external/ComputeLibrary/
H A Dfilelist.json662 "Quantize": { object
1981 "Quantize": { object
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dvec_test_all_types.cpp1096 TYPED_TEST(QuantizationTests, Quantize) { in TYPED_TEST() argument