/aosp_15_r20/external/executorch/examples/xnnpack/quantization/ |
H A D | utils.py | 16 def quantize(model, example_inputs): function
|
/aosp_15_r20/external/libmonet/quantize/ |
H A D | Quantizer.java | 20 public QuantizerResult quantize(int[] pixels, int maxColors); in quantize() method
|
H A D | QuantizerMap.java | 27 public QuantizerResult quantize(int[] pixels, int colorCount) { in quantize() method in QuantizerMap
|
H A D | QuantizerCelebi.java | 44 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 D | Quantizer.java | 30 void quantize(int[] pixels, int maxColors); in quantize() method
|
H A D | CelebiQuantizer.java | 43 public void quantize(int[] pixels, int maxColors) { in quantize() method in CelebiQuantizer
|
H A D | QuantizerMap.java | 39 public void quantize(@NonNull int[] pixels, int colorCount) { in quantize() method in QuantizerMap
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/types/operations/src/ |
D | Quantize.cpp | 22 namespace quantize { namespace
|
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
H A D | DepthTransform.java | 42 public int quantize(float depth); in quantize() method
|
/aosp_15_r20/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
H A D | DepthTransform.java | 29 public int quantize(float depth); in quantize() method
|
/aosp_15_r20/external/armnn/python/pyarmnn/src/pyarmnn/_quantization/ |
H A D | quantize_and_dequantize.py | 24 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 D | RangeLinearDepthTransform.java | 53 public int quantize(float value) { in quantize() method in RangeLinearDepthTransform
|
H A D | RangeInverseDepthTransform.java | 52 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 D | RangeInverseDepthTransform.java | 38 public int quantize(float value) { in quantize() method in RangeInverseDepthTransform
|
H A D | RangeLinearDepthTransform.java | 39 public int quantize(float value) { in quantize() method in RangeLinearDepthTransform
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
D | while_sum_of_powers_quant8_signed.mod.py | 35 def quantize(data, scale, offset): function
|
D | while_sum_of_powers_quant8.mod.py | 35 def quantize(data, scale, offset): function
|
D | tanh_quant8_signed.mod.py | 24 def quantize(x): function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
H A D | numerical_utils.cc | 66 auto quantize = [scale, zero_point](float f) { in CalculateQuantizedRange() local
|
/aosp_15_r20/external/tensorflow/tensorflow/examples/speech_commands/ |
H A D | wav_to_features.py | 44 window_stride_ms, feature_bin_count, quantize, preprocess, argument
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
D | sub_quantized_different_scales.mod.py | 22 def quantize(x, scale, offset): function
|
D | tanh_v1_2.mod.py | 38 def quantize(x): function
|
/aosp_15_r20/external/libopus/dnn/training_tf2/ |
H A D | lpcnet_plc.py | 65 … 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 D | qasymm8.cpp | 45 uint8_t QAsymm8Params::quantize(const float value) const in quantize() function in qasymm8::QAsymm8Params
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Quantize.cpp | 31 namespace quantize { namespace
|