/aosp12/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/ |
H A D | quantize.example.cpp | 7 namespace generated_tests::quantize { namespace 54 namespace generated_tests::quantize { namespace 135 namespace generated_tests::quantize { namespace 182 namespace generated_tests::quantize { namespace 263 namespace generated_tests::quantize { namespace 310 namespace generated_tests::quantize { namespace 391 namespace generated_tests::quantize { namespace 438 namespace generated_tests::quantize { namespace 519 namespace generated_tests::quantize { namespace 566 namespace generated_tests::quantize { namespace [all …]
|
/aosp12/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
|
H A D | VariationalKMeansQuantizer.java | 75 public void quantize(int[] pixels, int maxColors) { in quantize() method in VariationalKMeansQuantizer
|
H A D | WSMeansQuantizer.java | 83 public void quantize(@NonNull int[] pixels, int maxColors) { in quantize() method in WSMeansQuantizer
|
H A D | ColorCutQuantizer.java | 88 public void quantize(final int[] pixels, final int maxColors) { in quantize() method in ColorCutQuantizer
|
H A D | WuQuantizer.java | 70 public void quantize(@NonNull int[] pixels, int colorCount) { in quantize() method in WuQuantizer
|
/aosp12/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
|
/aosp12/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
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
H A D | while_sum_of_powers_quant8.mod.py | 35 def quantize(data, scale, offset): function
|
H A D | while_sum_of_powers_quant8_signed.mod.py | 35 def quantize(data, scale, offset): function
|
H A D | tanh_quant8_signed.mod.py | 24 def quantize(x): function
|
H A D | sub_quant8_signed.mod.py | 23 def quantize(x, scale, offset): function
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
H A D | sub_quantized_different_scales.mod.py | 22 def quantize(x, scale, offset): function
|
H A D | tanh_v1_2.mod.py | 38 def quantize(x): function
|
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | Quantize.cpp | 29 namespace quantize { namespace
|
/aosp12/packages/modules/NeuralNetworks/common/ |
H A D | OperationsUtils.cpp | 53 auto quantize = [scale, zero_point](float f) { in CalculateActivationRangeImpl() local
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | SplashscreenContentDrawer.java | 799 public void quantize(final int[] pixels, final int maxColors) { in quantize() method in SplashscreenContentDrawer.DrawableColorTester.ComplexDrawableTester.AlphaFilterQuantizer
|