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

Method Backward_cpu

include/caffe/layers/base_data_layer.hpp:35–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected