Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
906
template <typename Dtype>
907
void Net<Dtype>::Update() {
908
for (int i = 0; i < learnable_params_.size(); ++i) {
909
learnable_params_[i]->Update();
910
}
911
}
912
913
template <typename Dtype>
914
void Net<Dtype>::ClearParamDiffs() {
Callers
2
TYPED_TEST
Function · 0.45
ApplyUpdate
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
1
TYPED_TEST
Function · 0.36