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

Method reset

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

resets the internal buffers, if any

Source from the content-addressed store, hash-verified

167 const uchar** src, uchar* dst, int dststep, int dstcount, int width) = 0;
168 //! resets the internal buffers, if any
169 virtual void reset() {}
170
171 //! The size of the kernel
172 int ksize;

Callers 2

startMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected