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

Method Backward_cpu

include/caffe/layers/dummy_data_layer.hpp:36–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 virtual void Forward_cpu(const vector<Blob<Dtype>*>& bottom,
35 const vector<Blob<Dtype>*>& top);
36 virtual void Backward_cpu(const vector<Blob<Dtype>*>& top,
37 const vector<bool>& propagate_down, const vector<Blob<Dtype>*>& bottom) {}
38 virtual void Backward_gpu(const vector<Blob<Dtype>*>& top,
39 const vector<bool>& propagate_down, const vector<Blob<Dtype>*>& bottom) {}
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected