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

Method Reshape

include/caffe/layers/python_layer.hpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 self_.attr("setup")(bottom, top);
31 }
32 virtual void Reshape(const vector<Blob<Dtype>*>& bottom,
33 const vector<Blob<Dtype>*>& top) {
34 self_.attr("reshape")(bottom, top);
35 }
36
37 virtual inline const char* type() const { return "Python"; }
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected