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

Method Backward_cpu

include/caffe/layers/hdf5_data_layer.hpp:46–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 virtual void Forward_gpu(const vector<Blob<Dtype>*>& bottom,
45 const vector<Blob<Dtype>*>& top);
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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected