Home
last modified time | relevance | path

Searched defs:max_bound (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/
H A DHelpers.cpp306 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 DRuntimeContext.cpp87 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 DCpuGemmLowpOffsetContributionOutputStageKernel.cpp312 … 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 DClampFixture.h98 float max_bound = 0; in fill() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DBatchNormalizationLayerFixture.h66 const T max_bound = T(1.f); in fill() local
H A DNormalizePlanarYUVLayerFixture.h64 const T max_bound = T(1.f); in fill() local
H A DActivationLayerFixture.h108 float max_bound = 0; in fill() local
H A DDeconvolutionLayerFixture.h92 int max_bound = -127; in fill() local
H A DConvolutionLayerFixture.h161 int max_bound = -127; in fill() local
H A DGEMMLowpFixture.h48 int max_bound = -127; in fill() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Ddynamic_update_slice_util.cc114 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/
Dlib.rs122 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 Dlib.rs122 let max_bound = min(b_len, i + search_range + 1); in generic_jaro() localVariable
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dlayer_validation_tests.cpp417 const auto max_bound = limits.viewportBoundsRange[1]; in NegHeightViewportTests() local
H A Dvklayertests_command.cpp3911 const auto max_bound = m_device->props.limits.viewportBoundsRange[1]; in TEST_F() local