Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ GetChannel
Function
GetChannel
src/utils/channel.cc:99–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
Channel* GetChannel(const std::string& channel_name) {
100
ChannelManager* mng = Singleton<ChannelManager>().Instance();
101
return mng->GetInstance(channel_name);
102
}
103
104
} // namespace singa
Callers
3
TEST
Function · 0.85
Train
Method · 0.85
Train
Function · 0.85
Calls
2
Instance
Method · 0.80
GetInstance
Method · 0.45
Tested by
1
TEST
Function · 0.68