Searched defs:GraphRoot (Results 1 – 2 of 2) sorted by relevance
80 struct TORCH_API GraphRoot : public Node { struct81 GraphRoot(edge_list functions, variable_list inputs) in GraphRoot() function91 variable_list apply(variable_list&& inputs) override { in apply()100 variable_list outputs;
49 const ExplodedNode *GraphRoot = *G.roots_begin(); in checkEndAnalysis() local