X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=documentation%2F_n_e_reduction_operation_8h_source.xhtml;h=ba8926384c481d242726fd2ccda632bfec92188a;hb=b3a371bc429d2ba45e56baaf239d8200c2662a74;hp=77673eb0eb079f75b6fae2825c8e59be14f813c5;hpb=8938bd3f40ea62ff56d6ed4e2db0a8aee34dd64a;p=platform%2Fupstream%2Farmcl.git diff --git a/documentation/_n_e_reduction_operation_8h_source.xhtml b/documentation/_n_e_reduction_operation_8h_source.xhtml index 77673eb..ba89263 100644 --- a/documentation/_n_e_reduction_operation_8h_source.xhtml +++ b/documentation/_n_e_reduction_operation_8h_source.xhtml @@ -4,7 +4,7 @@ - + Compute Library: arm_compute/runtime/NEON/functions/NEReductionOperation.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('_n_e_reduction_operation_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,62 +117,14 @@ $(document).ready(function(){initNavTree('_n_e_reduction_operation_8h_source.xht
NEReductionOperation.h
-Go to the documentation of this file.
1 /*
-
2  * Copyright (c) 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_NEREDUCTIONOPERATION_H__
-
25 #define __ARM_COMPUTE_NEREDUCTIONOPERATION_H__
-
26 
- -
28 
- - -
31 #include "arm_compute/core/Types.h"
-
32 
-
33 namespace arm_compute
-
34 {
-
35 class ITensor;
-
36 
- -
44 {
-
45 public:
- -
55  void configure(ITensor *input, ITensor *output, unsigned int axis, ReductionOperation op);
-
56 
-
57  // Inherited methods overridden:
-
58  void run() override;
-
59 
-
60 private:
-
61  NEReductionOperationKernel _reduction_kernel;
-
62  NEFillBorderKernel _fill_border_kernel;
-
63  size_t _window_split;
-
64 };
-
65 }
-
66 #endif /* __ARM_COMPUTE_NEREDUCTIONOPERATION_H__ */
-
Base class for all functions.
Definition: IFunction.h:30
+Go to the documentation of this file.
1 /*
2  * Copyright (c) 2017-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_NEREDUCTIONOPERATION_H__
25 #define __ARM_COMPUTE_NEREDUCTIONOPERATION_H__
26 
28 
31 #include "arm_compute/core/Types.h"
32 
33 namespace arm_compute
34 {
35 class ITensor;
36 
44 {
45 public:
55  void configure(ITensor *input, ITensor *output, unsigned int axis, ReductionOperation op);
56 
66  static Status validate(const ITensorInfo *input, const ITensorInfo *output, unsigned int axis, ReductionOperation op);
67 
68  // Inherited methods overridden:
69  void run() override;
70 
71 private:
72  NEReductionOperationKernel _reduction_kernel;
73  NEFillBorderKernel _fill_border_kernel;
74  size_t _window_split;
75 };
76 }
77 #endif /* __ARM_COMPUTE_NEREDUCTIONOPERATION_H__ */
Base class for all functions.
Definition: IFunction.h:30
void run() override
Run the kernels contained in the function.
-
ReductionOperation
Available reduction operations.
Definition: Types.h:350
+
ReductionOperation
Available reduction operations.
Definition: Types.h:515
+
static Status validate(const ITensorInfo *input, const ITensorInfo *output, unsigned int axis, ReductionOperation op)
Static function to check if given info will lead to a valid configuration of NEReductionOperation.
+
Store the tensor's metadata.
Definition: ITensorInfo.h:40
+
Status class.
Definition: Error.h:51
Interface for NEON tensor.
Definition: ITensor.h:36
+
This file contains all available output stages for GEMMLowp on OpenCL.
NEON kernel to perform a reduction operation.
@@ -185,10 +139,10 @@ $(document).ready(function(){initNavTree('_n_e_reduction_operation_8h_source.xht