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

Method step

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

Source from the content-addressed store, hash-verified

163 size_t cols() const { return m_cols; }
164 size_t channels() const { return m_channels; }
165 size_t step() const { return m_step; }
166 size_t total_nr_elem() const { return rows() * cols() * channels(); }
167 size_t total_span_elem() const { return rows() * step(); }
168 bool equals(const Mat<T>& rhs) const;

Callers 15

to_paramMethod · 0.45
train_funFunction · 0.45
mainFunction · 0.45
resizeAreaFast_Function · 0.45
resize_opencvFunction · 0.45
cvt_yuv_transformFunction · 0.45
cvt_BT601_yuv_transformFunction · 0.45
cvt_rgb2gray<uchar>Function · 0.45
cvt_rgba2gray<uchar>Function · 0.45
cvt_bgr2gray<uchar>Function · 0.45
cvt_yuv2gray_nv21<uchar>Function · 0.45
rotateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected