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

Method Uniform

include/singa/model/initializer.h:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55class Uniform : public Initializer {
56public:
57 Uniform() = default;
58 Uniform(const float low, const float high) : min_(low), max_(high) {}
59 void Setup(const InitializerConf& conf) override {
60 min_ = conf.min();

Callers 4

uniformMethod · 0.80
uniformFunction · 0.80
uniformMethod · 0.80
uniformFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected