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

Method SetVerbosity

include/singa/core/device.h:126–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125 void PrintTimeProfiling();
126 void SetVerbosity(int verbosity) { verbosity_ = verbosity; };
127 void SetSkipIteration(int skip_iteration) {
128 skip_iteration_ = skip_iteration;
129 };

Callers 15

evaluateMethod · 0.80
train_resnetFunction · 0.80
runFunction · 0.80
runFunction · 0.80
fully_train_archMethod · 0.80
runFunction · 0.80
runFunction · 0.80
runFunction · 0.80
runFunction · 0.80
runFunction · 0.80
runFunction · 0.80
runFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected