Searched defs:GraphNode (Results 1 – 2 of 2) sorted by relevance
43 struct GraphNode { struct44 …GraphNode(schema::MetaGraphT *subGraph, schema::CNodeT *opDefT) : sub_graph_(subGraph), op_def_(op… in GraphNode() argument50 class NodePass : public Pass<GraphNode> { argument
175 void ImportedFunctionsInliningStatistics::dfs(InlineGraphNode &GraphNode) { in dfs()