X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=documentation%2F_validation_8cpp.xhtml;h=1e8ef3edb58a023a646d7d48f8c496dac52db5f6;hb=c3f34a43ffb5d52ee4a4e9f7b1bf4c6c002aeebb;hp=fdaf56ff60de84e87bad7b6853179738bed44a7f;hpb=bf8b01dfbfdca124673ade33c5eac8f3748d7abd;p=platform%2Fupstream%2Farmcl.git diff --git a/documentation/_validation_8cpp.xhtml b/documentation/_validation_8cpp.xhtml index fdaf56f..1e8ef3e 100644 --- a/documentation/_validation_8cpp.xhtml +++ b/documentation/_validation_8cpp.xhtml @@ -4,7 +4,7 @@ - + Compute Library: tests/validation/Validation.cpp File Reference @@ -12,22 +12,24 @@ + + + @@ -38,7 +40,7 @@
Compute Library -  17.10 +  18.03
@@ -46,7 +48,7 @@ - + @@ -101,7 +103,7 @@ $(document).ready(function(){initNavTree('_validation_8cpp.xhtml','');}); onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> - All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages +
@@ -118,44 +120,48 @@ $(document).ready(function(){initNavTree('_validation_8cpp.xhtml','');});
Validation.cpp File Reference
-
#include "Validation.h"
-#include "arm_compute/core/Coordinates.h"
-#include "arm_compute/core/Error.h"
-#include "arm_compute/core/TensorShape.h"
-#include "arm_compute/core/Types.h"
-#include "arm_compute/runtime/Tensor.h"
-#include <array>
-#include <cmath>
-#include <cstddef>
-#include <cstdint>
+
#include "Validation.h"
+#include "arm_compute/core/Coordinates.h"
+#include "arm_compute/core/Error.h"
+#include "arm_compute/core/TensorShape.h"
+#include "arm_compute/core/Types.h"
+#include "arm_compute/runtime/Tensor.h"
+#include <array>
+#include <cmath>
+#include <cstddef>
+#include <cstdint>

Go to the source code of this file.

- + + - + - +

Namespaces

 arm_compute
 arm_compute
 This file contains all available output stages for GEMMLowp on OpenCL.
 
 arm_compute::test
 arm_compute::test
 
 arm_compute::test::validation
 arm_compute::test::validation
 
- + - + + + + - + - + - +

Functions

void validate (const arm_compute::ValidRegion &region, const arm_compute::ValidRegion &reference)
 Validate valid regions. More...
 Validate valid regions. More...
 
void validate (const arm_compute::PaddingSize &padding, const arm_compute::PaddingSize &reference)
 Validate padding. More...
 Validate padding. More...
 
void validate (const arm_compute::PaddingSize &padding, const arm_compute::PaddingSize &width_reference, const arm_compute::PaddingSize &height_reference)
 Validate padding. More...
 
void validate (const IAccessor &tensor, const void *reference_value)
 Validate tensors against constant value. More...
 Validate tensors against constant value. More...
 
void validate (const IAccessor &tensor, BorderSize border_size, const BorderMode &border_mode, const void *border_value)
 Validate border against a constant value. More...
 Validate border against a constant value. More...
 
void validate (std::vector< unsigned int > classified_labels, std::vector< unsigned int > expected_labels)
 Validate classified labels against expected ones. More...
 Validate classified labels against expected ones. More...
 
@@ -163,10 +169,10 @@ Functions