/aosp_15_r20/external/ComputeLibrary/tests/validation/ |
H A D | Helpers.cpp | 305 const int min_bound = quantize_qasymm8(min, quant_info.uniform()); in get_quantized_bounds() local 314 const int min_bound = quantize_qasymm8_signed(min, quant_info.uniform()); in get_quantized_qasymm8_signed_bounds() local 323 const int min_bound = quantize_qsymm8_per_channel(min, quant_info, channel_id); in get_symm_quantized_per_channel_bounds() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/UNIT/ |
H A D | RuntimeContext.cpp | 86 float min_bound = 0; in TEST_SUITE() local 134 float min_bound = 0; in TEST_CASE() local
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/ |
H A D | CpuGemmLowpOffsetContributionOutputStageKernel.cpp | 312 … int32_t multiplier, int32_t shift, int32_t offset, int32_t min_bound, int32_t max_bound, in run_offset_contribution_output_stage_window() 403 … int32_t a_offset, int32_t offset, int32_t min_bound, int32_t max_bound, in run_offset_contribution_output_stage_window_symm() 499 const int32_t min_bound = output_stage.gemmlowp_min_bound; in run_offset_contribution_output_stage() local 690 const int32_t min_bound = output_stage.gemmlowp_min_bound; in run_offset_contribution_output_stage_symm() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/operators/ |
H A D | ClampFixture.h | 97 float min_bound = 0; in fill() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | BatchNormalizationLayerFixture.h | 65 const T min_bound = T(-1.f); in fill() local
|
H A D | NormalizePlanarYUVLayerFixture.h | 63 const T min_bound = T(-1.f); in fill() local
|
H A D | ActivationLayerFixture.h | 107 float min_bound = 0; in fill() local
|
H A D | DeconvolutionLayerFixture.h | 91 int min_bound = 128; in fill() local
|
H A D | ConvolutionLayerFixture.h | 160 int min_bound = 128; in fill() local
|
H A D | GEMMLowpFixture.h | 47 int min_bound = 128; in fill() local
|
/aosp_15_r20/external/mesa3d/src/panfrost/midgard/ |
H A D | midgard_ra.c | 568 unsigned *min_bound = calloc(sizeof(unsigned), ctx->temp_count); in allocate_registers() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/strsim/src/ |
D | lib.rs | 116 let min_bound = if i > search_range { in generic_jaro() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/strsim-0.11.1/src/ |
H A D | lib.rs | 116 let min_bound = if i > search_range { in generic_jaro() localVariable
|
/aosp_15_r20/external/vulkan-validation-layers/tests/ |
H A D | layer_validation_tests.cpp | 416 const auto min_bound = limits.viewportBoundsRange[0]; in NegHeightViewportTests() local
|
H A D | vklayertests_command.cpp | 3910 const auto min_bound = m_device->props.limits.viewportBoundsRange[0]; in TEST_F() local
|