Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
class Uniform : public Initializer {
56
public:
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
uniform
Method · 0.80
uniform
Function · 0.80
uniform
Method · 0.80
uniform
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected