aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/nodes/DeconvolutionLayerNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/nodes/DeconvolutionLayerNode.h')
-rw-r--r--arm_compute/graph/nodes/DeconvolutionLayerNode.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/arm_compute/graph/nodes/DeconvolutionLayerNode.h b/arm_compute/graph/nodes/DeconvolutionLayerNode.h
index 73210a299e..19501482c6 100644
--- a/arm_compute/graph/nodes/DeconvolutionLayerNode.h
+++ b/arm_compute/graph/nodes/DeconvolutionLayerNode.h
@@ -55,14 +55,12 @@ public:
* @param[in] input_descriptor Input descriptor
* @param[in] weights_descriptor Weights descriptor
* @param[in] info Convolution operation attributes
- * @param[in] inner_border Inner border (right, top)
*
* @return Output descriptor
*/
static TensorDescriptor compute_output_descriptor(const TensorDescriptor &input_descriptor,
const TensorDescriptor &weights_descriptor,
- const PadStrideInfo &info,
- const Size2D &inner_border);
+ const PadStrideInfo &info);
// Inherited overridden methods:
NodeType type() const override;