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

Method setFuseKernelVectorize

codegen/SourceModule.hpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 virtual std::string store(const std::string base, const std::string& offset, const std::string& data) = 0;
46 virtual std::string proto(const std::string& name, const std::vector<std::string>& inputs, const std::vector<std::string>& outputs, bool hasSingleConvertRaster = false) = 0;
47 void setFuseKernelVectorize(bool vector) {
48 mVectorize = vector;
49 }
50 int beginSize() {return mKernelBeginSize; };
51protected:
52 BackendConfig::PrecisionMode mPrecision;

Callers 1

codegenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected