MCPcopy Create free account
hub / github.com/apache/singa / TEST

Function TEST

test/singa/test_channel.cc:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "singa/utils/channel.h"
24
25TEST(Channel, InitChannel) {
26 singa::InitChannel("");
27 singa::SetChannelDirectory("/tmp");
28}
29
30TEST(Channel, SendStringToFile) {
31 singa::Channel* chn = singa::GetChannel("test_channel");

Callers

nothing calls this directly

Calls 5

InitChannelFunction · 0.85
SetChannelDirectoryFunction · 0.85
GetChannelFunction · 0.85
EnableDestStderrMethod · 0.80
SendMethod · 0.45

Tested by

no test coverage detected