Searched defs:min_bound (Results 1 – 14 of 14) sorted by relevance
/external/ComputeLibrary/tests/validation/NEON/UNIT/ |
D | RuntimeContext.cpp | 86 float min_bound = 0; in TEST_SUITE() local 134 float min_bound = 0; in TEST_CASE() local
|
/external/ComputeLibrary/tests/validation/fixtures/ |
D | MeanStdDevNormalizationLayerFixture.h | 59 const float min_bound = -1.f; in fill() local
|
D | BatchNormalizationLayerFixture.h | 62 const float min_bound = -1.f; in fill() local
|
D | NormalizePlanarYUVLayerFixture.h | 61 const float min_bound = -1.f; in fill() local
|
D | YOLOLayerFixture.h | 66 float min_bound = 0; in fill() local
|
D | ActivationLayerFixture.h | 107 float min_bound = 0; in fill() local
|
D | ConvolutionLayerFixture.h | 119 int min_bound = 128; in fill() local
|
D | GEMMLowpFixture.h | 56 int min_bound = 128; in fill() local
|
/external/ComputeLibrary/tests/validation/ |
D | Helpers.cpp | 381 const int min_bound = quantize_qasymm8(min, quant_info.uniform()); in get_quantized_bounds() local 390 const int min_bound = quantize_qasymm8_signed(min, quant_info.uniform()); in get_quantized_qasymm8_signed_bounds() local 399 const int min_bound = quantize_qsymm8_per_channel(min, quant_info, channel_id); in get_symm_quantized_per_channel_bounds() local
|
/external/ComputeLibrary/src/core/NEON/kernels/ |
D | NEGEMMLowpOffsetContributionOutputStageKernel.cpp | 314 … int32_t multiplier, int32_t shift, int32_t offset, int32_t min_bound, int32_t max_bound, in run_offset_contribution_output_stage_window() 405 … int32_t a_offset, int32_t offset, int32_t min_bound, int32_t max_bound, in run_offset_contribution_output_stage_window_symm() 492 const int32_t min_bound = output_stage.gemmlowp_min_bound; in run_offset_contribution_output_stage() local 683 const int32_t min_bound = output_stage.gemmlowp_min_bound; in run_offset_contribution_output_stage_symm() local
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_ra.c | 436 unsigned *min_bound = calloc(sizeof(unsigned), ctx->temp_count); in allocate_registers() local
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 416 const auto min_bound = limits.viewportBoundsRange[0]; in NegHeightViewportTests() local
|
D | vklayertests_command.cpp | 3910 const auto min_bound = m_device->props.limits.viewportBoundsRange[0]; in TEST_F() local
|
/external/libabigail/src/ |
D | abg-reader.cc | 4127 array_type_def::subrange_type::bound_value min_bound; in build_subrange_type() local
|