Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/MNN
/ setUse
Method
setUse
codegen/SourceModule.cpp:48–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
return mIOMap[t];
47
}
48
void setUse(const Tensor* t) {
49
mUsed.insert(t);
50
}
51
void computeOutput() {
52
mOutputs.clear();
53
for (auto& iter : mVarMap) {
Callers
1
buildKernel
Method · 0.80
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected