Commit b13eacf6 authored by nishant.b.patel's avatar nishant.b.patel

Fix comment

parent 1f40faf2
...@@ -28,7 +28,7 @@ namespace ngraph ...@@ -28,7 +28,7 @@ namespace ngraph
public: public:
/// \brief Constructs a quantized convolution operation. /// \brief Constructs a quantized convolution operation.
/// ///
/// \param data_batch The node producing the input data batch tensor. /// \param input The node producing the input data batch tensor.
/// \param filters The node producing the filters tensor. /// \param filters The node producing the filters tensor.
/// \param window_movement_strides The window movement strides. /// \param window_movement_strides The window movement strides.
/// \param window_dilation_strides The window dilation strides. /// \param window_dilation_strides The window dilation strides.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment