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

Method Forward_cpu

include/caffe/layers/input_layer.hpp:34–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33 protected:
34 virtual void Forward_cpu(const vector<Blob<Dtype>*>& bottom,
35 const vector<Blob<Dtype>*>& top) {}
36 virtual void Backward_cpu(const vector<Blob<Dtype>*>& top,
37 const vector<bool>& propagate_down, const vector<Blob<Dtype>*>& bottom) {}
38};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected