Fix documentation for depthwise convolution
authorRob Hughes <robert.hughes@arm.com>
Wed, 21 Nov 2018 13:34:24 +0000 (13:34 +0000)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Mon, 26 Nov 2018 13:26:07 +0000 (13:26 +0000)
Change-Id: Ib2bf543fc4f855da94eb1d34a91637f7868321cd

include/armnn/INetwork.hpp

index ac7faab..ab50abc 100644 (file)
@@ -112,7 +112,7 @@ public:
 
     /// Adds a 2D depthwise convolution layer to the network.
     /// @param convolution2dDescriptor - Description of the 2D depthwise convolution layer.
-    /// @param weights - Tensor for the weights data. Expected format: [1, outputChannels, height, width].
+    /// @param weights - Tensor for the weights. Expected format: [channelMultiplier, inputChannels, height, width].
     /// @param biases (Optional) - Tensor for the bias data. Must match the output tensor shape.
     /// @param name - Optional name for the layer.
     /// @return - Interface for configuring the layer.