Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ BackwardFrom
Method
BackwardFrom
rtpose_wrapper/src/caffe/net.cpp:714–716 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
712
713
template <typename Dtype>
714
void Net<Dtype>::BackwardFrom(int start) {
715
BackwardFromTo(start, 0);
716
}
717
718
template <typename Dtype>
719
void Net<Dtype>::BackwardTo(int end) {
Callers
2
TYPED_TEST
Function · 0.80
Backward_cpu
Method · 0.80
Calls
no outgoing calls
Tested by
1
TYPED_TEST
Function · 0.64