MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / build

Method build

flow-rs/src/lib.rs:111–116  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

109 }
110
111 pub fn build(self) -> Result<MainGraph> {
112 load_impl(
113 self.local_key,
114 config::parser::Parser::from_str(self.template.as_ref(), Some(self.dynamic.as_ref()))?,
115 )
116 }
117}
118
119use std::sync::atomic::{AtomicU64, Ordering};

Callers 10

test_basisFunction · 0.45
test_basisFunction · 0.45
test_emptyFunction · 0.45
test_errorFunction · 0.45
test_basisFunction · 0.45
test_emptyFunction · 0.45
test_unusedFunction · 0.45
test_isolatedFunction · 0.45
test_isolated_in_globalFunction · 0.45
mainFunction · 0.45

Calls 2

load_implFunction · 0.85
as_refMethod · 0.80

Tested by 9

test_basisFunction · 0.36
test_basisFunction · 0.36
test_emptyFunction · 0.36
test_errorFunction · 0.36
test_basisFunction · 0.36
test_emptyFunction · 0.36
test_unusedFunction · 0.36
test_isolatedFunction · 0.36
test_isolated_in_globalFunction · 0.36