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

Method Backward_cpu

include/caffe/layers/python_layer.hpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 self_.attr("forward")(bottom, top);
43 }
44 virtual void Backward_cpu(const vector<Blob<Dtype>*>& top,
45 const vector<bool>& propagate_down, const vector<Blob<Dtype>*>& bottom) {
46 self_.attr("backward")(top, propagate_down, bottom);
47 }
48
49 private:
50 bp::object self_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected