Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ Update
Method
Update
rtpose_wrapper/src/caffe/net.cpp:925–929 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
923
924
template <typename Dtype>
925
void Net<Dtype>::Update() {
926
for (int i = 0; i < learnable_params_.size(); ++i) {
927
learnable_params_[i]->Update();
928
}
929
}
930
931
template <typename Dtype>
932
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