X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=documentation%2F_c_l_arithmetic_addition_8h_source.xhtml;h=d16231588506370f1826ea770628c8ddc54477c4;hb=b3a371bc429d2ba45e56baaf239d8200c2662a74;hp=e62e00f518fbef215ffced2191c6596cab3d2665;hpb=8938bd3f40ea62ff56d6ed4e2db0a8aee34dd64a;p=platform%2Fupstream%2Farmcl.git diff --git a/documentation/_c_l_arithmetic_addition_8h_source.xhtml b/documentation/_c_l_arithmetic_addition_8h_source.xhtml index e62e00f..d162315 100644 --- a/documentation/_c_l_arithmetic_addition_8h_source.xhtml +++ b/documentation/_c_l_arithmetic_addition_8h_source.xhtml @@ -4,7 +4,7 @@ - + Compute Library: arm_compute/runtime/CL/functions/CLArithmeticAddition.h Source File @@ -12,22 +12,24 @@ + + + @@ -38,7 +40,7 @@
Compute Library -  17.09 +  18.05
@@ -46,7 +48,7 @@ - + @@ -101,7 +103,7 @@ $(document).ready(function(){initNavTree('_c_l_arithmetic_addition_8h_source.xht 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 +
@@ -115,63 +117,26 @@ $(document).ready(function(){initNavTree('_c_l_arithmetic_addition_8h_source.xht
CLArithmeticAddition.h
-Go to the documentation of this file.
1 /*
-
2  * Copyright (c) 2016, 2017 ARM Limited.
-
3  *
-
4  * SPDX-License-Identifier: MIT
-
5  *
-
6  * Permission is hereby granted, free of charge, to any person obtaining a copy
-
7  * of this software and associated documentation files (the "Software"), to
-
8  * deal in the Software without restriction, including without limitation the
-
9  * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
-
10  * sell copies of the Software, and to permit persons to whom the Software is
-
11  * furnished to do so, subject to the following conditions:
-
12  *
-
13  * The above copyright notice and this permission notice shall be included in all
-
14  * copies or substantial portions of the Software.
-
15  *
-
16  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-
17  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-
18  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-
19  * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-
20  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-
21  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-
22  * SOFTWARE.
-
23  */
-
24 #ifndef __ARM_COMPUTE_CLARITHMETICADDITION_H__
-
25 #define __ARM_COMPUTE_CLARITHMETICADDITION_H__
-
26 
-
27 #include "arm_compute/core/Types.h"
- -
29 
-
30 namespace arm_compute
-
31 {
-
32 class ICLTensor;
-
33 
- -
40 {
-
41 public:
-
49  void configure(const ICLTensor *input1, const ICLTensor *input2, ICLTensor *output, ConvertPolicy policy);
-
50 };
-
51 }
-
52 #endif /* __ARM_COMPUTE_CLARITHMETICADDITION_H__ */
-
Basic function to run CLArithmeticAdditionKernel.
+Go to the documentation of this file.
1 /*
2  * Copyright (c) 2016-2018 ARM Limited.
3  *
4  * SPDX-License-Identifier: MIT
5  *
6  * Permission is hereby granted, free of charge, to any person obtaining a copy
7  * of this software and associated documentation files (the "Software"), to
8  * deal in the Software without restriction, including without limitation the
9  * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
10  * sell copies of the Software, and to permit persons to whom the Software is
11  * furnished to do so, subject to the following conditions:
12  *
13  * The above copyright notice and this permission notice shall be included in all
14  * copies or substantial portions of the Software.
15  *
16  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19  * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22  * SOFTWARE.
23  */
24 #ifndef __ARM_COMPUTE_CLARITHMETICADDITION_H__
25 #define __ARM_COMPUTE_CLARITHMETICADDITION_H__
26 
27 #include "arm_compute/core/Types.h"
29 
30 namespace arm_compute
31 {
32 class ICLTensor;
33 
40 {
41 public:
51  void configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, ConvertPolicy policy);
61  static Status validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITensorInfo *output, ConvertPolicy policy);
62 };
63 }
64 #endif /* __ARM_COMPUTE_CLARITHMETICADDITION_H__ */
Basic function to run CLArithmeticAdditionKernel.
+
void configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output, ConvertPolicy policy)
Initialise the kernel's inputs, output and convertion policy.
+
Store the tensor's metadata.
Definition: ITensorInfo.h:40
-
void configure(const ICLTensor *input1, const ICLTensor *input2, ICLTensor *output, ConvertPolicy policy)
Initialise the kernel's inputs, output and convertion policy.
+
Status class.
Definition: Error.h:51
+
This file contains all available output stages for GEMMLowp on OpenCL.
Basic interface for functions which have a single OpenCL kernel.
-
ICLImage ICLTensor
Definition: CLHistogram.h:34
Interface for OpenCL tensor.
Definition: ICLTensor.h:40
+
static Status validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITensorInfo *output, ConvertPolicy policy)
Static function to check if given info will lead to a valid configuration of CLArithmeticAddition.
-
ConvertPolicy
Policy to handle overflow.
Definition: Types.h:209
+
ConvertPolicy
Policy to handle overflow.
Definition: Types.h:381