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

Method height

rtpose_wrapper/include/caffe/blob.hpp:136–136  ·  view source on GitHub ↗

@brief Deprecated legacy shape accessor height: use shape(2) instead.

Source from the content-addressed store, hash-verified

134 inline int channels() const { return LegacyShape(1); }
135 /// @brief Deprecated legacy shape accessor height: use shape(2) instead.
136 inline int height() const { return LegacyShape(2); }
137 /// @brief Deprecated legacy shape accessor width: use shape(3) instead.
138 inline int width() const { return LegacyShape(3); }
139 inline int LegacyShape(int index) const {

Callers 15

mainFunction · 0.45
mainFunction · 0.45
Net_SetInputArraysFunction · 0.45
TransformMethod · 0.45
InferBlobShapeMethod · 0.45
Transform_nvMethod · 0.45
ShapeEqualsMethod · 0.45
FromProtoMethod · 0.45
TYPED_TESTFunction · 0.45
TYPED_TESTFunction · 0.45
TYPED_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 15

TYPED_TESTFunction · 0.36
TYPED_TESTFunction · 0.36
TYPED_TESTFunction · 0.36
TestForwardMethod · 0.36
TYPED_TESTFunction · 0.36
TYPED_TESTFunction · 0.36
TYPED_TESTFunction · 0.36
TYPED_TESTFunction · 0.36
TYPED_TESTFunction · 0.36
TYPED_TESTFunction · 0.36
TYPED_TESTFunction · 0.36
TestReadMethod · 0.36