Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/MNN
/ getIOTensors
Method
getIOTensors
codegen/SourceModule.cpp:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
}
59
InOutTensors getIOTensors() {
60
return { mInputs, mOutputs };
61
}
62
private:
63
int mInputIdx = 0, mOutputIdx = 0, mVarIdx = 0;
64
std::unordered_map<const Tensor*, std::string> mVarMap;
Callers
1
buildKernel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected