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

Method Backward_gpu

include/caffe/layers/dummy_data_layer.hpp:38–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
41 vector<shared_ptr<Filler<Dtype> > > fillers_;
42 vector<bool> refill_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected