Skip to main content

check_graph

Function check_graph 

Source
pub fn check_graph(graph: &Graph, opts: &CheckOptions) -> CheckReport
Expand description

Run every enabled check against graph and collect the findings.

Pure: no backend is instantiated beyond reading its (driver-free) op claim. Backend dispatch + fusion analysis are skipped when the graph fails structural or shape verification — fix those first, since downstream passes assume a well-formed, shape-consistent graph.