MCPcopy 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
924template <typename Dtype>
925void Net<Dtype>::Update() {
926 for (int i = 0; i < learnable_params_.size(); ++i) {
927 learnable_params_[i]->Update();
928 }
929}
930
931template <typename Dtype>
932void Net<Dtype>::ClearParamDiffs() {

Callers 2

TYPED_TESTFunction · 0.45
ApplyUpdateMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

TYPED_TESTFunction · 0.36