changed comments

This commit is contained in:
Nippun Sharma
2020-11-24 21:23:17 +05:30
committed by GitHub
parent 075d6c4beb
commit 2ce058db0c
+2 -2
View File
@@ -207,10 +207,10 @@ class Convolution
//! Modify the output height.
size_t& OutputHeight() { return outputHeight; }
//! Get the input size.
//! Get the number of input maps.
size_t InputSize() const { return inSize; }
//! Get the output size.
//! Get the number of output maps.
size_t OutputSize() const { return outSize; }
//! Get the kernel width.