Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NthTensor/Forte
/ nodes
Function
nodes
benches/fork_join.rs:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
];
34
35
fn nodes() -> impl Iterator<Item = (usize, usize)> {
36
LAYERS.iter().map(|&l| (l, (1 << l) - 1))
37
}
38
39
// -----------------------------------------------------------------------------
40
// Benchmark
Callers
nothing calls this directly
Calls
1
iter
Method · 0.80
Tested by
no test coverage detected