X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=documentation%2F_c_l_depthwise_weights_reshape_kernel_8h_source.xhtml;h=d43d5a84c37cbe7909984c983d92a9a8223da6f7;hb=HEAD;hp=23638c1624b377ed6dceb53489dad55b8c201cac;hpb=67c8c91522e5be8156b77f57e63c0253535c902a;p=platform%2Fupstream%2Farmcl.git diff --git a/documentation/_c_l_depthwise_weights_reshape_kernel_8h_source.xhtml b/documentation/_c_l_depthwise_weights_reshape_kernel_8h_source.xhtml index 23638c1..d43d5a8 100644 --- a/documentation/_c_l_depthwise_weights_reshape_kernel_8h_source.xhtml +++ b/documentation/_c_l_depthwise_weights_reshape_kernel_8h_source.xhtml @@ -40,7 +40,7 @@
Compute Library -  18.03 +  18.05
@@ -117,11 +117,13 @@ $(document).ready(function(){initNavTree('_c_l_depthwise_weights_reshape_kernel_
CLDepthwiseWeightsReshapeKernel.h
-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_CLDEPTHWISEWEIGHTSRESHAPEKERNEL_H__
25 #define __ARM_COMPUTE_CLDEPTHWISEWEIGHTSRESHAPEKERNEL_H__
26 
28 
29 namespace arm_compute
30 {
31 class ICLTensor;
32 
39 {
40 public:
58  void configure(const ICLTensor *input, ICLTensor *output, const ICLTensor *biases = nullptr);
59 
60  // Inherited methods overridden:
61  void run(const Window &window, cl::CommandQueue &queue) override;
62 
63 private:
64  const ICLTensor *_input;
65  const ICLTensor *_biases;
66  ICLTensor *_output;
67 };
68 } // arm_compute
69 #endif /*__ARM_COMPUTE_CLDEPTHWISEWEIGHTSRESHAPEKERNEL_H__ */
Interface for the depthwise weights reshape kernel.
-
Common interface for all the OpenCL kernels.
Definition: ICLKernel.h:42
+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_CLDEPTHWISEWEIGHTSRESHAPEKERNEL_H__
25 #define __ARM_COMPUTE_CLDEPTHWISEWEIGHTSRESHAPEKERNEL_H__
26 
28 
29 namespace arm_compute
30 {
31 class ICLTensor;
32 
39 {
40 public:
58  void configure(const ICLTensor *input, ICLTensor *output, const ICLTensor *biases = nullptr);
68  static Status validate(const ITensorInfo *input, const ITensorInfo *output, const ITensorInfo *biases = nullptr);
69 
70  // Inherited methods overridden:
71  void run(const Window &window, cl::CommandQueue &queue) override;
72 
73 private:
74  const ICLTensor *_input;
75  const ICLTensor *_biases;
76  ICLTensor *_output;
77 };
78 } // arm_compute
79 #endif /*__ARM_COMPUTE_CLDEPTHWISEWEIGHTSRESHAPEKERNEL_H__ */
Interface for the depthwise weights reshape kernel.
+
Store the tensor's metadata.
Definition: ITensorInfo.h:40
+
Status class.
Definition: Error.h:51
+
static Status validate(const ITensorInfo *input, const ITensorInfo *output, const ITensorInfo *biases=nullptr)
Static function to check if given info will lead to a valid configuration of CLDepthwiseWeightsReshap...
+
Common interface for all the OpenCL kernels.
Definition: ICLKernel.h:43
This file contains all available output stages for GEMMLowp on OpenCL.
-
ICLImage ICLTensor
Definition: CLHistogram.h:34
Interface for OpenCL tensor.
Definition: ICLTensor.h:40
CLDepthwiseWeightsReshapeKernel & operator=(const CLDepthwiseWeightsReshapeKernel &)=delete
Prevent instances of this class from being copied (As this class contains pointers) ...
void run(const Window &window, cl::CommandQueue &queue) override
Enqueue the OpenCL kernel to process the given window on the passed OpenCL command queue...
@@ -135,7 +137,7 @@ $(document).ready(function(){initNavTree('_c_l_depthwise_weights_reshape_kernel_