X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=documentation%2F_c_l_gaussian3x3_kernel_8h_source.xhtml;h=7e4cdcf3cf676525d2659635ed987c4af1021677;hb=HEAD;hp=75659f57baa48d01a9afec196c48d84a52367e02;hpb=67c8c91522e5be8156b77f57e63c0253535c902a;p=platform%2Fupstream%2Farmcl.git diff --git a/documentation/_c_l_gaussian3x3_kernel_8h_source.xhtml b/documentation/_c_l_gaussian3x3_kernel_8h_source.xhtml index 75659f5..7e4cdcf 100644 --- a/documentation/_c_l_gaussian3x3_kernel_8h_source.xhtml +++ b/documentation/_c_l_gaussian3x3_kernel_8h_source.xhtml @@ -40,7 +40,7 @@
Compute Library -  18.03 +  18.05
@@ -117,13 +117,12 @@ $(document).ready(function(){initNavTree('_c_l_gaussian3x3_kernel_8h_source.xhtm
CLGaussian3x3Kernel.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_CLGAUSSIAN3X3KERNEL_H__
25 #define __ARM_COMPUTE_CLGAUSSIAN3X3KERNEL_H__
26 
28 
29 namespace arm_compute
30 {
31 class ICLTensor;
32 
37 {
38 public:
45  void configure(const ICLTensor *input, ICLTensor *output, bool border_undefined);
46 
47  // Inherited methods overridden:
48  BorderSize border_size() const override;
49 };
50 } // namespace arm_compute
51 #endif /*__ARM_COMPUTE_CLGAUSSIAN3X3KERNEL_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_CLGAUSSIAN3X3KERNEL_H__
25 #define __ARM_COMPUTE_CLGAUSSIAN3X3KERNEL_H__
26 
28 
29 namespace arm_compute
30 {
31 class ICLTensor;
32 
37 {
38 public:
45  void configure(const ICLTensor *input, ICLTensor *output, bool border_undefined);
46 
47  // Inherited methods overridden:
48  BorderSize border_size() const override;
49 };
50 } // namespace arm_compute
51 #endif /*__ARM_COMPUTE_CLGAUSSIAN3X3KERNEL_H__ */
void configure(const ICLTensor *input, ICLTensor *output, bool border_undefined)
Initialise the kernel's input and output.
-
Container for 2D border size.
Definition: Types.h:229
+
Container for 2D border size.
Definition: Types.h:291
Interface for the Gaussian 3x3 filter kernel.
This file contains all available output stages for GEMMLowp on OpenCL.
Interface for simple OpenCL kernels having 1 tensor input and 1 tensor output.
-
ICLImage ICLTensor
Definition: CLHistogram.h:34
BorderSize border_size() const override
The size of the border for that kernel.
Interface for OpenCL tensor.
Definition: ICLTensor.h:40
@@ -132,7 +131,7 @@ $(document).ready(function(){initNavTree('_c_l_gaussian3x3_kernel_8h_source.xhtm