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

Method SetSkipIteration

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

Source from the content-addressed store, hash-verified

125 void PrintTimeProfiling();
126 void SetVerbosity(int verbosity) { verbosity_ = verbosity; };
127 void SetSkipIteration(int skip_iteration) {
128 skip_iteration_ = skip_iteration;
129 };
130
131 protected:
132 /// Execute one operation on one executor.

Callers 4

train_resnetFunction · 0.80
train_resnetFunction · 0.80
train_resnetFunction · 0.80
train_resnetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected