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

Method Backward_gpu

include/caffe/layers/base_data_layer.hpp:37–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
40 protected:
41 TransformationParameter transform_param_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected