MCPcopy Create free account
hub / github.com/BVLC/caffe / Update

Method Update

src/caffe/net.cpp:907–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

905
906template <typename Dtype>
907void Net<Dtype>::Update() {
908 for (int i = 0; i < learnable_params_.size(); ++i) {
909 learnable_params_[i]->Update();
910 }
911}
912
913template <typename Dtype>
914void Net<Dtype>::ClearParamDiffs() {

Callers 2

TYPED_TESTFunction · 0.45
ApplyUpdateMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

TYPED_TESTFunction · 0.36