8 #include "SharedWeights.hpp" 9 #include "columns/HyPerCol.hpp" 13 SharedWeights::SharedWeights(
char const *name, HyPerCol *hc) { initialize(name, hc); }
15 SharedWeights::~SharedWeights() {}
17 int SharedWeights::initialize(
char const *name, HyPerCol *hc) {
18 return BaseObject::initialize(name, hc);
21 void SharedWeights::setObjectType() { mObjectType =
"SharedWeights"; }
29 parent->parameters()->ioParamValue(
30 ioFlag, name,
"sharedWeights", &mSharedWeights, mSharedWeights);
int ioParamsFillGroup(enum ParamsIOFlag ioFlag) override
virtual void ioParam_sharedWeights(enum ParamsIOFlag ioFlag)
sharedWeights: Boolean, defines if the weights use shared weights or not. Defaults to true (shared we...