MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / rows

Method rows

dnn/src/common/cv/common.h:162–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 size_t height() const { return rows(); }
161 size_t width() const { return cols(); }
162 size_t rows() const { return m_rows; }
163 size_t cols() const { return m_cols; }
164 size_t channels() const { return m_channels; }
165 size_t step() const { return m_step; }

Callers 15

resize_nearest_8uFunction · 0.45
resize_nearest_32fFunction · 0.45
build_tabs_linear_32fFunction · 0.45
resize_linear_32f_neonFunction · 0.45
build_tabs_linear_8uFunction · 0.45
resize_linear_8u_neonFunction · 0.45
warp_affine_cvFunction · 0.45
cvt_yuv_transformFunction · 0.45
cvt_BT601_yuv_transformFunction · 0.45
cvt_rgb2gray_32f_neonFunction · 0.45
cvt_rgb2yuv_8u_neonFunction · 0.45
cvt_rgb2yuv_32f_neonFunction · 0.45

Calls

no outgoing calls

Tested by 4

warp_perspective_cvFunction · 0.36
warp_perspective_cvFunction · 0.36
warp_perspective_cvFunction · 0.36
warp_perspective_cvFunction · 0.36