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

Method Backward_gpu

include/caffe/layers/hdf5_data_layer.hpp:48–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 virtual void Backward_cpu(const vector<Blob<Dtype>*>& top,
47 const vector<bool>& propagate_down, const vector<Blob<Dtype>*>& bottom) {}
48 virtual void Backward_gpu(const vector<Blob<Dtype>*>& top,
49 const vector<bool>& propagate_down, const vector<Blob<Dtype>*>& bottom) {}
50 virtual void LoadHDF5FileData(const char* filename);
51
52 std::vector<std::string> hdf_filenames_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected