Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ Fill
Method
Fill
include/singa/model/initializer.h:63–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
max_ = conf.max();
62
}
63
void Fill(Tensor& t) override { singa::Uniform(min_, max_, &t); }
64
65
private:
66
float min_ = 0, max_ = 1;
Callers
nothing calls this directly
Calls
1
Uniform
Class · 0.70
Tested by
no test coverage detected