Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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:
Callers
9
stbir__get_filter_pixel_width
Function · 0.45
stbir__get_coefficient_width
Function · 0.45
stbir__calculate_coefficients_upsample
Function · 0.45
stbir__calculate_coefficients_downsample
Function · 0.45
stbir__calculate_filters
Function · 0.45
stbir__buffer_loop_upsample
Function · 0.45
stbir__buffer_loop_downsample
Function · 0.45
onCompute
Method · 0.45
shapeComputeAndGeometryTransform
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected