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

Class Graph

flow-python/src/lib.rs:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22#[pyclass(module = "megflow")]
23pub struct Graph {
24 graph: Option<MainGraph>,
25 handle: Option<flow_rs::rt::task::JoinHandle<Result<()>>>,
26 inps: HashMap<String, PyObject>,
27 outs: HashMap<String, PyObject>,
28}
29
30static ONCE_INIT: Once = Once::new();
31

Callers 1

main.pyFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected