X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=documentation%2F_c_l_warp_perspective_kernel_8h_source.xhtml;h=72f49bc140870c1afb0a6babb7ef9f50651ccdf3;hb=b3a371bc429d2ba45e56baaf239d8200c2662a74;hp=31bf0aacbc6bb4235ef6517d37e38c7b80b10827;hpb=bf8b01dfbfdca124673ade33c5eac8f3748d7abd;p=platform%2Fupstream%2Farmcl.git diff --git a/documentation/_c_l_warp_perspective_kernel_8h_source.xhtml b/documentation/_c_l_warp_perspective_kernel_8h_source.xhtml index 31bf0aa..72f49bc 100644 --- a/documentation/_c_l_warp_perspective_kernel_8h_source.xhtml +++ b/documentation/_c_l_warp_perspective_kernel_8h_source.xhtml @@ -4,7 +4,7 @@ - + Compute Library: arm_compute/core/CL/kernels/CLWarpPerspectiveKernel.h Source File @@ -12,22 +12,24 @@ + + + @@ -38,7 +40,7 @@
Compute Library -  17.10 +  18.05
@@ -46,7 +48,7 @@ - + @@ -101,7 +103,7 @@ $(document).ready(function(){initNavTree('_c_l_warp_perspective_kernel_8h_source 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,56 +117,14 @@ $(document).ready(function(){initNavTree('_c_l_warp_perspective_kernel_8h_source
CLWarpPerspectiveKernel.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_CLWARPERSPECTIVEKERNEL_H__
-
25 #define __ARM_COMPUTE_CLWARPERSPECTIVEKERNEL_H__
-
26 
- -
28 #include "arm_compute/core/Types.h"
-
29 
-
30 namespace arm_compute
-
31 {
-
32 class ICLTensor;
- -
35 {
-
36 public:
-
44  void configure(const ICLTensor *input, ICLTensor *output, const float *matrix, InterpolationPolicy policy);
-
45 
-
46  // Inherited methods overridden:
-
47  BorderSize border_size() const override;
-
48 };
-
49 } // namespace arm_compute
-
50 #endif /*__ARM_COMPUTE_CLWARPERSPECTIVEKERNEL_H__ */
- -
InterpolationPolicy
Interpolation method.
Definition: Types.h:216
-
Container for 2D border size.
Definition: Types.h:136
+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_CLWARPERSPECTIVEKERNEL_H__
25 #define __ARM_COMPUTE_CLWARPERSPECTIVEKERNEL_H__
26 
28 #include "arm_compute/core/Types.h"
29 
30 namespace arm_compute
31 {
32 class ICLTensor;
35 {
36 public:
44  void configure(const ICLTensor *input, ICLTensor *output, const float *matrix, InterpolationPolicy policy);
45 
46  // Inherited methods overridden:
47  BorderSize border_size() const override;
48 };
49 } // namespace arm_compute
50 #endif /*__ARM_COMPUTE_CLWARPERSPECTIVEKERNEL_H__ */
+
InterpolationPolicy
Interpolation method.
Definition: Types.h:388
+
Container for 2D border size.
Definition: Types.h:291
BorderSize border_size() const override
The size of the border for that kernel.
-
void configure(const ICLTensor *input, ICLTensor *output, const float *matrix, InterpolationPolicy policy)
Initialize the function's source, destination, interpolation policy and border_mode.
+
This file contains all available output stages for GEMMLowp on OpenCL.
+
void configure(const ICLTensor *input, ICLTensor *output, const float *matrix, InterpolationPolicy policy)
Initialize the function's source, destination, interpolation policy and border_mode.
Interface for simple OpenCL kernels having 1 tensor input and 1 tensor output.
Interface for the warp perspective kernel.
-
ICLImage ICLTensor
Definition: CLHistogram.h:34
Interface for OpenCL tensor.
Definition: ICLTensor.h:40
@@ -172,10 +132,10 @@ $(document).ready(function(){initNavTree('_c_l_warp_perspective_kernel_8h_source