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

Method getIO

codegen/SourceModule.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 return mVarMap[t];
44 }
45 std::string getIO(const Tensor* t) {
46 return mIOMap[t];
47 }
48 void setUse(const Tensor* t) {
49 mUsed.insert(t);
50 }

Callers 1

buildKernelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected