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

Method Backward_gpu

include/caffe/layers/reshape_layer.hpp:39–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 virtual void Forward_gpu(const vector<Blob<Dtype>*>& bottom,
38 const vector<Blob<Dtype>*>& top) {}
39 virtual void Backward_gpu(const vector<Blob<Dtype>*>& top,
40 const vector<bool>& propagate_down, const vector<Blob<Dtype>*>& bottom) {}
41
42 /// @brief vector of axes indices whose dimensions we'll copy from the bottom
43 vector<int> copy_axes_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected