Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/TNN
/ GetNetwork
Method
GetNetwork
source/tnn/core/instance.cc:140–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
AbstractNetwork *Instance::GetNetwork() {
141
return network_.get();
142
}
143
144
Status Instance::Forward() {
145
output_mats_convert_status_.clear();
Callers
1
ShareCommandQueue
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected