Home
last modified time | relevance | path

Searched defs:quantize (Results 26 – 50 of 241) sorted by relevance

12345678910

/aosp_15_r20/external/executorch/examples/xnnpack/quantization/
H A Dutils.py16 def quantize(model, example_inputs): function
/aosp_15_r20/external/libmonet/quantize/
H A DQuantizer.java20 public QuantizerResult quantize(int[] pixels, int maxColors); in quantize() method
H A DQuantizerMap.java27 public QuantizerResult quantize(int[] pixels, int colorCount) { in quantize() method in QuantizerMap
H A DQuantizerCelebi.java44 public static Map<Integer, Integer> quantize(int[] pixels, int maxColors) { in quantize() method in QuantizerCelebi
/aosp_15_r20/frameworks/base/core/java/com/android/internal/graphics/palette/
H A DQuantizer.java30 void quantize(int[] pixels, int maxColors); in quantize() method
H A DCelebiQuantizer.java43 public void quantize(int[] pixels, int maxColors) { in quantize() method in CelebiQuantizer
H A DQuantizerMap.java39 public void quantize(@NonNull int[] pixels, int colorCount) { in quantize() method in QuantizerMap
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/src/
DQuantize.cpp22 namespace quantize { namespace
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
H A DDepthTransform.java42 public int quantize(float depth); in quantize() method
/aosp_15_r20/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DDepthTransform.java29 public int quantize(float depth); in quantize() method
/aosp_15_r20/external/armnn/python/pyarmnn/src/pyarmnn/_quantization/
H A Dquantize_and_dequantize.py24 def quantize(value: float, scale: float, offset: int, target_dtype: str) -> int: function
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/image/
H A DRangeLinearDepthTransform.java53 public int quantize(float value) { in quantize() method in RangeLinearDepthTransform
H A DRangeInverseDepthTransform.java52 public int quantize(float value) { in quantize() method in RangeInverseDepthTransform
/aosp_15_r20/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/image/
H A DRangeInverseDepthTransform.java38 public int quantize(float value) { in quantize() method in RangeInverseDepthTransform
H A DRangeLinearDepthTransform.java39 public int quantize(float value) { in quantize() method in RangeLinearDepthTransform
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dwhile_sum_of_powers_quant8_signed.mod.py35 def quantize(data, scale, offset): function
Dwhile_sum_of_powers_quant8.mod.py35 def quantize(data, scale, offset): function
Dtanh_quant8_signed.mod.py24 def quantize(x): function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
H A Dnumerical_utils.cc66 auto quantize = [scale, zero_point](float f) { in CalculateQuantizedRange() local
/aosp_15_r20/external/tensorflow/tensorflow/examples/speech_commands/
H A Dwav_to_features.py44 window_stride_ms, feature_bin_count, quantize, preprocess, argument
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dsub_quantized_different_scales.mod.py22 def quantize(x, scale, offset): function
Dtanh_v1_2.mod.py38 def quantize(x): function
/aosp_15_r20/external/libopus/dnn/training_tf2/
H A Dlpcnet_plc.py65 … nb_burg_features=36, batch_size=128, training=False, adaptation=False, quantize=False, cond_size=… argument
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/common/
H A Dqasymm8.cpp45 uint8_t QAsymm8Params::quantize(const float value) const in quantize() function in qasymm8::QAsymm8Params
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantize.cpp31 namespace quantize { namespace

12345678910