MCPcopy Create free account
hub / github.com/alibaba/MNN / support

Method support

source/geometry/GeometryComputer.hpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 return mPrecision;
43 }
44 inline bool support(int option) const {
45 return mMask & option;
46 }
47 std::shared_ptr<BufferStorage> mRasterOp;
48 bool mNeedRelease = true;
49 private:

Calls

no outgoing calls

Tested by

no test coverage detected