Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/NEON/UNIT/
DRuntimeContext.cpp87 float max_bound = 0; in TEST_SUITE() local
135 float max_bound = 0; in TEST_CASE() local
/external/ComputeLibrary/tests/validation/
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
/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/operators/
DClampFixture.h98 float max_bound = 0; in fill() local
/external/ComputeLibrary/tests/validation/fixtures/
DBatchNormalizationLayerFixture.h66 const T max_bound = T(1.f); in fill() local
DNormalizePlanarYUVLayerFixture.h64 const T max_bound = T(1.f); in fill() local
DActivationLayerFixture.h108 float max_bound = 0; in fill() local
DDeconvolutionLayerFixture.h92 int max_bound = -127; in fill() local
DConvolutionLayerFixture.h161 int max_bound = -127; in fill() local
DGEMMLowpFixture.h48 int max_bound = -127; in fill() local
/external/ComputeLibrary/src/cpu/kernels/
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
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Ddynamic_update_slice_util.cc114 llvm::Value* max_bound = b->CreateSub(output_dim_size, update_dim_size); in EmitDynamicUpdateSliceInPlaceImpl() local
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp417 const auto max_bound = limits.viewportBoundsRange[1]; in NegHeightViewportTests() local
Dvklayertests_command.cpp3911 const auto max_bound = m_device->props.limits.viewportBoundsRange[1]; in TEST_F() local
/external/libabigail/src/
Dabg-reader.cc4294 array_type_def::subrange_type::bound_value max_bound; in build_subrange_type() local