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

Method Backward_cpu

include/caffe/layers/parameter_layer.hpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 { }
41};
42
43} // namespace caffe

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected