MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / Reshape

Method Reshape

rtpose_wrapper/src/caffe/net.cpp:743–747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741
742template <typename Dtype>
743void Net<Dtype>::Reshape() {
744 for (int i = 0; i < layers_.size(); ++i) {
745 layers_[i]->Reshape(bottom_vecs_[i], top_vecs_[i]);
746 }
747}
748
749template <typename Dtype>
750void Net<Dtype>::CopyTrainedLayersFrom(const NetParameter& param) {

Callers 5

Blob_ReshapeFunction · 0.45
warmupFunction · 0.45
TransformMethod · 0.45
net_reshapeFunction · 0.45
blob_reshapeFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected