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

Method Forward_cpu

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

Source from the content-addressed store, hash-verified

28
29template <typename Dtype>
30void FlattenLayer<Dtype>::Forward_cpu(const vector<Blob<Dtype>*>& bottom,
31 const vector<Blob<Dtype>*>& top) {
32 top[0]->ShareData(*bottom[0]);
33}
34
35template <typename Dtype>
36void FlattenLayer<Dtype>::Backward_cpu(const vector<Blob<Dtype>*>& top,

Callers

nothing calls this directly

Calls 1

ShareDataMethod · 0.80

Tested by

no test coverage detected