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

Method Backward_cpu

rtpose_wrapper/src/caffe/layers/flatten_layer.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35template <typename Dtype>
36void FlattenLayer<Dtype>::Backward_cpu(const vector<Blob<Dtype>*>& top,
37 const vector<bool>& propagate_down, const vector<Blob<Dtype>*>& bottom) {
38 bottom[0]->ShareDiff(*top[0]);
39}
40
41INSTANTIATE_CLASS(FlattenLayer);
42REGISTER_LAYER_CLASS(Flatten);

Callers

nothing calls this directly

Calls 1

ShareDiffMethod · 0.80

Tested by

no test coverage detected