Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/MNN
/ precisionType
Method
precisionType
source/geometry/GeometryComputer.hpp:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
return mForwardType;
40
}
41
inline BackendConfig::PrecisionMode precisionType() const {
42
return mPrecision;
43
}
44
inline bool support(int option) const {
45
return mMask & option;
46
}
Callers
1
shapeComputeAndGeometryTransform
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected