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

Method width

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

Source from the content-addressed store, hash-verified

159 T* ptr(size_t r = 0) { return static_cast<T*>(raw_ptr()) + r * m_step; }
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; }

Callers 15

resizeGeneric_Function · 0.45
resizeAreaFast_Function · 0.45
resizeArea_Function · 0.45
resize_opencvFunction · 0.45
resizeGeneric_Function · 0.45
resizeAreaFast_Function · 0.45
resizeArea_Function · 0.45
resize_opencvFunction · 0.45
resizeGeneric_Function · 0.45
resizeAreaFast_Function · 0.45
resizeArea_Function · 0.45
resize_opencvFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected