Fixed style issues

This commit is contained in:
RishabhGarg108
2020-11-07 09:58:25 +05:30
parent ef94945e75
commit f3151d2ada
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ class MaxPooling
bool Deterministic() const { return deterministic; }
//! Modify the value of the deterministic parameter.
bool& Deterministic() { return deterministic; }
//! Get the size of the weights.
size_t WeightSize() const { return 0; }
@@ -140,7 +140,7 @@ class MeanPooling
bool Deterministic() const { return deterministic; }
//! Modify the value of the deterministic parameter.
bool& Deterministic() { return deterministic; }
//! Get the size of the weights.
size_t WeightSize() const { return 0; }