Added WeightSize() to mean pooling layer

This commit is contained in:
RishabhGarg108
2020-11-02 15:10:57 +05:30
parent 86e0e0e58e
commit e34c5aacdc
@@ -140,6 +140,9 @@ 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; }
/**
* Serialize the layer.