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

Method ReshapeLike

rtpose_wrapper/src/caffe/blob.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57template <typename Dtype>
58void Blob<Dtype>::ReshapeLike(const Blob<Dtype>& other) {
59 Reshape(other.shape());
60}
61
62template <typename Dtype>
63Blob<Dtype>::Blob(const int num, const int channels, const int height,

Callers 15

InitMethod · 0.80
TYPED_TESTFunction · 0.80
TYPED_TESTFunction · 0.80
MakeReferenceTopMethod · 0.80
TYPED_TESTFunction · 0.80
MakeReferenceTopMethod · 0.80
TYPED_TESTFunction · 0.80
TYPED_TESTFunction · 0.80
ReshapeMethod · 0.80
ReshapeMethod · 0.80
ReshapeMethod · 0.80

Calls 1

shapeMethod · 0.80

Tested by 9

TYPED_TESTFunction · 0.64
TYPED_TESTFunction · 0.64
MakeReferenceTopMethod · 0.64
TYPED_TESTFunction · 0.64
MakeReferenceTopMethod · 0.64
TYPED_TESTFunction · 0.64
TYPED_TESTFunction · 0.64
CheckGradientSingleMethod · 0.64