From b309fc249e4383b4d40ae03e377c3cbad3f9f5f7 Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Tue, 5 Jan 2021 09:46:16 +0000 Subject: Fix uniform_real_distribution_fp16 warning and single Dimension increment - Change uniform_real_distribution_fp16's arguments to float to avoid maybe-uninitialized warnings in half data type's copy constructor and converter - Add increment method to Dimensions in order to avoid possible overflows when incrementing single dimensions - Remove internal_only flag documentation Resolves: COMPMID-4061 Change-Id: I7c50487193bd7b47b03d52fc595840c7df4e7104 Signed-off-by: Giorgio Arena Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4760 Reviewed-by: Georgios Pinitas Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins --- docs/00_introduction.dox | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/00_introduction.dox') diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox index 189067c81f..db87540f37 100644 --- a/docs/00_introduction.dox +++ b/docs/00_introduction.dox @@ -1409,10 +1409,6 @@ To see the build options available simply run ```scons -h```: default: actual: - internal_only: Enable ARM internal only tests (yes|no) - default: False - actual: False - custom_options: Custom options that can be used to turn on/off features (all|none|comma-separated list of names) allowed names: disable_mmla_fp -- cgit v1.2.1