MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / ForwardBackward

Method ForwardBackward

rtpose_wrapper/include/caffe/net.hpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 void Reshape();
85
86 Dtype ForwardBackward() {
87 Dtype loss;
88 Forward(&loss);
89 Backward();
90 return loss;
91 }
92
93 /// @brief Updates the network weights based on the diff values computed.
94 void Update();

Callers 2

StepMethod · 0.80
TYPED_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TYPED_TESTFunction · 0.64