MCPcopy 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
35fn 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

iterMethod · 0.80

Tested by

no test coverage detected