/aosp_15_r20/external/ComputeLibrary/tests/validation/ |
H A D | Helpers.cpp | 306 const int max_bound = quantize_qasymm8(max, quant_info.uniform()); in get_quantized_bounds() local 315 const int max_bound = quantize_qasymm8_signed(max, quant_info.uniform()); in get_quantized_qasymm8_signed_bounds() local 324 const int max_bound = quantize_qsymm8_per_channel(max, 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 | 87 float max_bound = 0; in TEST_SUITE() local 135 float max_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() 500 const int32_t max_bound = output_stage.gemmlowp_max_bound; in run_offset_contribution_output_stage() local 691 const int32_t max_bound = output_stage.gemmlowp_max_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 | 98 float max_bound = 0; in fill() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | BatchNormalizationLayerFixture.h | 66 const T max_bound = T(1.f); in fill() local
|
H A D | NormalizePlanarYUVLayerFixture.h | 64 const T max_bound = T(1.f); in fill() local
|
H A D | ActivationLayerFixture.h | 108 float max_bound = 0; in fill() local
|
H A D | DeconvolutionLayerFixture.h | 92 int max_bound = -127; in fill() local
|
H A D | ConvolutionLayerFixture.h | 161 int max_bound = -127; in fill() local
|
H A D | GEMMLowpFixture.h | 48 int max_bound = -127; in fill() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
H A D | dynamic_update_slice_util.cc | 114 llvm::Value* max_bound = b->CreateSub(output_dim_size, update_dim_size); in EmitDynamicUpdateSliceInPlaceImpl() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/strsim/src/ |
D | lib.rs | 122 let max_bound = min(b_len, i + search_range + 1); 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 | 122 let max_bound = min(b_len, i + search_range + 1); in generic_jaro() localVariable
|
/aosp_15_r20/external/vulkan-validation-layers/tests/ |
H A D | layer_validation_tests.cpp | 417 const auto max_bound = limits.viewportBoundsRange[1]; in NegHeightViewportTests() local
|
H A D | vklayertests_command.cpp | 3911 const auto max_bound = m_device->props.limits.viewportBoundsRange[1]; in TEST_F() local
|