MCPcopy 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
99Channel* 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

TESTFunction · 0.85
TrainMethod · 0.85
TrainFunction · 0.85

Calls 2

InstanceMethod · 0.80
GetInstanceMethod · 0.45

Tested by 1

TESTFunction · 0.68