MCPcopy Create free account
hub / github.com/BVLC/caffe / Forward_cpu

Method Forward_cpu

include/caffe/layers/parameter_layer.hpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32 protected:
33 virtual void Forward_cpu(const vector<Blob<Dtype>*>& bottom,
34 const vector<Blob<Dtype>*>& top) {
35 top[0]->ShareData(*(this->blobs_[0]));
36 top[0]->ShareDiff(*(this->blobs_[0]));
37 }
38 virtual void Backward_cpu(const vector<Blob<Dtype>*>& top,
39 const vector<bool>& propagate_down, const vector<Blob<Dtype>*>& bottom)
40 { }

Callers

nothing calls this directly

Calls 2

ShareDataMethod · 0.80
ShareDiffMethod · 0.80

Tested by

no test coverage detected