MCPcopy 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
713template <typename Dtype>
714void Net<Dtype>::BackwardFrom(int start) {
715 BackwardFromTo(start, 0);
716}
717
718template <typename Dtype>
719void Net<Dtype>::BackwardTo(int end) {

Callers 2

TYPED_TESTFunction · 0.80
Backward_cpuMethod · 0.80

Calls

no outgoing calls

Tested by 1

TYPED_TESTFunction · 0.64