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

Method getVar

codegen/SourceModule.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 return name;
41 }
42 std::string getVar(const Tensor* t) {
43 return mVarMap[t];
44 }
45 std::string getIO(const Tensor* t) {
46 return mIOMap[t];
47 }

Callers 1

buildKernelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected